ramips: HLK-RM04 - Remove power LED config
authorJohn Crispin <john@openwrt.org>
Mon, 8 Feb 2016 08:26:02 +0000 (08:26 +0000)
committerJohn Crispin <john@openwrt.org>
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>
SVN-Revision: 48662

target/linux/ramips/dts/HLKRM04.dts

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