aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorRussell Senior <russell@personaltelco.net>2017-05-24 10:22:05 -0700
committerJohn Crispin <john@phrozen.org>2017-05-27 07:01:39 +0200
commitb76248dd96f51594fd4894b5721753ce69456a00 (patch)
tree5700509b2986fcd43386c4bc0df0a44a00a86a70 /target/linux
parenta9206ac26c2515c05f85f9690fa56e2b190d73c1 (diff)
downloadupstream-b76248dd96f51594fd4894b5721753ce69456a00.tar.gz
upstream-b76248dd96f51594fd4894b5721753ce69456a00.tar.bz2
upstream-b76248dd96f51594fd4894b5721753ce69456a00.zip
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: Russell Senior <russell@personaltelco.net>
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/ramips/dts/AWM002.dtsi14
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/ramips/dts/AWM002.dtsi b/target/linux/ramips/dts/AWM002.dtsi
index 9ff64917ea..00a4ddbcf1 100644
--- a/target/linux/ramips/dts/AWM002.dtsi
+++ b/target/linux/ramips/dts/AWM002.dtsi
@@ -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 {