From 066588cc0b1c40db5fe979b0df14c1c13e7fb7cf Mon Sep 17 00:00:00 2001 From: blogic Date: Fri, 1 Jan 2016 21:20:54 +0000 Subject: [PATCH] ramips: Remove LED GPIO definitions in MQmaker WiTi device tree 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48055 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/dts/WITI.dts | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/target/linux/ramips/dts/WITI.dts b/target/linux/ramips/dts/WITI.dts index b046b87ac4..78e2bc9602 100644 --- a/target/linux/ramips/dts/WITI.dts +++ b/target/linux/ramips/dts/WITI.dts @@ -104,25 +104,6 @@ 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>; -- 2.11.0