summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/HLKRM04.dts
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-02-08 08:26:02 +0000
committerJohn Crispin <john@openwrt.org>2016-02-08 08:26:02 +0000
commit1f2609124240dd37e5e82e7a6742695c782523a7 (patch)
tree82b09b0f5b6beec97487f89e1660cae23491f164 /target/linux/ramips/dts/HLKRM04.dts
parente2fd1adaf57800bb2a6e20bd59a02e76eb6d7f89 (diff)
downloadmaster-31e0f0ae-1f2609124240dd37e5e82e7a6742695c782523a7.tar.gz
master-31e0f0ae-1f2609124240dd37e5e82e7a6742695c782523a7.tar.bz2
master-31e0f0ae-1f2609124240dd37e5e82e7a6742695c782523a7.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> SVN-Revision: 48662
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>;
- };
- };
};