Author: blogic Date: 2016-02-08 09:26:02 +0100 (Mon, 08 Feb 2016) New Revision: 48662
Modified: trunk/target/linux/ramips/dts/HLKRM04.dts Log: ramips: HLK-RM04 - Remove power LED config 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 <[email protected]> Modified: trunk/target/linux/ramips/dts/HLKRM04.dts =================================================================== --- trunk/target/linux/ramips/dts/HLKRM04.dts 2016-02-08 08:25:53 UTC (rev 48661) +++ trunk/target/linux/ramips/dts/HLKRM04.dts 2016-02-08 08:26:02 UTC (rev 48662) @@ -94,13 +94,4 @@ linux,code = <0x198>; }; }; - - gpio-leds { - compatible = "gpio-leds"; - - power { - label = "hlk-rm04:red:power"; - gpios = <&gpio0 0 1>; - }; - }; }; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
