aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/HLKRM04.dts
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-02-08 08:26:02 +0000
committerJohn Crispin <blogic@openwrt.org>2016-02-08 08:26:02 +0000
commite172832550751a18fb7f40a7815b905ea0fefb8d (patch)
treed8017d46ccc61600e4d17dc0607a13c2535bbb6d /target/linux/ramips/dts/HLKRM04.dts
parent6661bea01e0518e5e8206c88088bd575d21d4a94 (diff)
downloadmaster-187ad058-e172832550751a18fb7f40a7815b905ea0fefb8d.tar.gz
master-187ad058-e172832550751a18fb7f40a7815b905ea0fefb8d.tar.bz2
master-187ad058-e172832550751a18fb7f40a7815b905ea0fefb8d.zip
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 <inindev@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48662 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts/HLKRM04.dts')
-rw-r--r--target/linux/ramips/dts/HLKRM04.dts9
1 files changed, 0 insertions, 9 deletions
diff --git a/target/linux/ramips/dts/HLKRM04.dts b/target/linux/ramips/dts/HLKRM04.dts
index f90a9ac35c..7996f99f73 100644
--- a/target/linux/ramips/dts/HLKRM04.dts
+++ b/target/linux/ramips/dts/HLKRM04.dts
@@ -94,13 +94,4 @@
linux,code = <0x198>;
};
};
-
- gpio-leds {
- compatible = "gpio-leds";
-
- power {
- label = "hlk-rm04:red:power";
- gpios = <&gpio0 0 1>;
- };
- };
};