summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/WITI.dts
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-01-01 21:20:54 +0000
committerJohn Crispin <john@openwrt.org>2016-01-01 21:20:54 +0000
commit6ca6a986226cb1ba5679f3bacc5e60918155a248 (patch)
tree6f3024d62f56995c73781223075b46f14f1a67ad /target/linux/ramips/dts/WITI.dts
parentdc69b89c2407b9a38636a057eb79768ca441c5d0 (diff)
downloadmaster-31e0f0ae-6ca6a986226cb1ba5679f3bacc5e60918155a248.tar.gz
master-31e0f0ae-6ca6a986226cb1ba5679f3bacc5e60918155a248.tar.bz2
master-31e0f0ae-6ca6a986226cb1ba5679f3bacc5e60918155a248.zip
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 <nitroshift@yahoo.com> SVN-Revision: 48055
Diffstat (limited to 'target/linux/ramips/dts/WITI.dts')
-rw-r--r--target/linux/ramips/dts/WITI.dts19
1 files changed, 0 insertions, 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>;