Skip to content
Snippets Groups Projects
Commit b76248dd authored by Russell Senior's avatar Russell Senior Committed by John Crispin
Browse files

ramips: remove fictional LEDs from AsiaRF AWM00x device tree


Neither the AsiaRF AWM002 or AWM003 actually has an LED on the module
board.  The ld1 and ld2 do not represent actual LEDs.  These pins might
connect to LEDS on an eval board or other carrier board, but that is
outside the scope of this device tree file.

Signed-off-by: default avatarRussell Senior <russell@personaltelco.net>
parent a9206ac2
No related branches found
No related tags found
No related merge requests found
......@@ -3,20 +3,6 @@
/ {
compatible = "AWM002", "ralink,rt5350-soc";
model = "AsiaRF AWM002";
gpio-leds {
compatible = "gpio-leds";
ld1 {
label = "awm002:green:ld1";
gpios = <&gpio0 0 1>;
};
ld2 {
label = "awm002:green:ld2";
gpios = <&gpio0 1 1>;
};
};
};
&spi0 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment