diff mbox

[OpenWrt-Devel,1/4] ramips: HLK-RM04 - Remove power LED config

Message ID 1453495247-5883-1-git-send-email-inindev@gmail.com
State Accepted
Headers show

Commit Message

John Clark Jan. 22, 2016, 8:40 p.m. UTC
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>
---
 target/linux/ramips/dts/HLKRM04.dts | 9 ---------
 1 file changed, 9 deletions(-)
diff mbox

Patch

diff --git a/target/linux/ramips/dts/HLKRM04.dts b/target/linux/ramips/dts/HLKRM04.dts
index f90a9ac..7996f99 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>;
-		};
-	};
 };