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
This commit is contained in:
parent
e2fd1adaf5
commit
1f26091242
1 changed files with 0 additions and 9 deletions
|
@ -94,13 +94,4 @@
|
|||
linux,code = <0x198>;
|
||||
};
|
||||
};
|
||||
|
||||
gpio-leds {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
power {
|
||||
label = "hlk-rm04:red:power";
|
||||
gpios = <&gpio0 0 1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue