ramips: Remove LED GPIO definitions in MQmaker WiTi device tree
authorJohn Crispin <john@openwrt.org>
Fri, 1 Jan 2016 21:20:54 +0000 (21:20 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 1 Jan 2016 21:20:54 +0000 (21:20 +0000)
LED's were defined wrong in the device tree file, they are hardware driven because they are connected directly to the switch chip and wireless chips respectively, thus no GPIO addresses are assigned to them. It is safe to remove them from the device tree file to stop confusion.

Signed-off-by: Sebastian Careba <nitroshift@yahoo.com>
SVN-Revision: 48055

target/linux/ramips/dts/WITI.dts

index b046b87ac4874fa4868aa45da4a6925709c4783b..78e2bc9602850b68f016a844ef2025cdcdf8fc3b 100644 (file)
                mtd-mac-address = <&factory 0xe000>;
        };
 
-       gpio-leds {
-               compatible = "gpio-leds";
-
-               power {
-                       label = "witi:green:power";
-                       gpios = <&gpio0 25 1>;
-               };
-
-               sys {
-                       label = "witi:green:sys";
-                       gpios = <&gpio0 24 1>;
-               };
-
-               internet {
-                       label = "witi:green:internet";
-                       gpios = <&gpio0 23 1>;
-               };
-       };
-
        gpio-keys-polled {
                compatible = "gpio-keys-polled";
                #address-cells = <1>;