[source] ramips: remove fictional LEDs from AsiaRF AWM00x device tree

LEDE Commits lede-commits at lists.infradead.org
Fri May 26 23:36:54 PDT 2017


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/b76248dd96f51594fd4894b5721753ce69456a00

commit b76248dd96f51594fd4894b5721753ce69456a00
Author: Russell Senior <russell at personaltelco.net>
AuthorDate: Wed May 24 10:22:05 2017 -0700

    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 at personaltelco.net>
---
 target/linux/ramips/dts/AWM002.dtsi | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/target/linux/ramips/dts/AWM002.dtsi b/target/linux/ramips/dts/AWM002.dtsi
index 9ff6491..00a4ddb 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 {



More information about the lede-commits mailing list