forked from Ivasoft/openwrt
ramips: fix whitespace and comment issues in dts
Fix space vs. tabs issue and trainling whitespaces. Use C style comments or drop the comments if they explain what is already to see in the devicetree parameters. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
@@ -13,11 +13,6 @@
|
||||
gpio-leds {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
// Only USB LED is connected to GPIO.
|
||||
// All of other LEDs are connected directly to
|
||||
// switch, WiFi chip, Vcc, so they are not controllable
|
||||
// via GPIO
|
||||
|
||||
usb {
|
||||
label = "w2914nsv2:green:usb";
|
||||
gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
|
||||
|
||||
Reference in New Issue
Block a user