ramips: HLK-RM04 - Remove power LED config
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 8 Feb 2016 08:26:02 +0000 (08:26 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 8 Feb 2016 08:26:02 +0000 (08:26 +0000)
The power LED on the HLK-RM04 is hard wired to the power bus and is not under GPIO control, remove the bogus config for it.
(Note that GPIO0 is actually connected to the RESET button.)

Signed-off-by: John Clark <inindev@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48662 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ramips/dts/HLKRM04.dts

index f90a9ac..7996f99 100644 (file)
                        linux,code = <0x198>;
                };
        };
-
-       gpio-leds {
-               compatible = "gpio-leds";
-
-               power {
-                       label = "hlk-rm04:red:power";
-                       gpios = <&gpio0 0 1>;
-               };
-       };
 };