diff options
author | Mathias Kresin <dev@kresin.me> | 2018-07-22 10:33:42 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-08-04 08:39:35 +0200 |
commit | bfd65fc4ab71b9504a9280e91a67698ac4e1e06d (patch) | |
tree | b504e287a61cb19f9ed0bd899460968004d80647 /target/linux/ramips/dts/W2914NSV2.dts | |
parent | 53624c1702e6aad5b3e5e442c064dd30f81db2e4 (diff) | |
download | mtk-20170518-bfd65fc4ab71b9504a9280e91a67698ac4e1e06d.zip mtk-20170518-bfd65fc4ab71b9504a9280e91a67698ac4e1e06d.tar.gz mtk-20170518-bfd65fc4ab71b9504a9280e91a67698ac4e1e06d.tar.bz2 |
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>
Diffstat (limited to 'target/linux/ramips/dts/W2914NSV2.dts')
-rw-r--r-- | target/linux/ramips/dts/W2914NSV2.dts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/ramips/dts/W2914NSV2.dts b/target/linux/ramips/dts/W2914NSV2.dts index ac26dbe..e1a9c41 100644 --- a/target/linux/ramips/dts/W2914NSV2.dts +++ b/target/linux/ramips/dts/W2914NSV2.dts @@ -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>; |