Explorar o código

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 <[email protected]>

SVN-Revision: 48662
John Crispin %!s(int64=10) %!d(string=hai) anos
pai
achega
1f26091242
Modificáronse 1 ficheiros con 0 adicións e 9 borrados
  1. 0 9
      target/linux/ramips/dts/HLKRM04.dts

+ 0 - 9
target/linux/ramips/dts/HLKRM04.dts

@@ -94,13 +94,4 @@
 			linux,code = <0x198>;
 			linux,code = <0x198>;
 		};
 		};
 	};
 	};
-
-	gpio-leds {
-		compatible = "gpio-leds";
-
-		power {
-			label = "hlk-rm04:red:power";
-			gpios = <&gpio0 0 1>;
-		};
-	};
 };
 };