[source] lantiq: fixup last commits

LEDE Commits lede-commits at lists.infradead.org
Wed Oct 5 11:26:54 PDT 2016


mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/116adaa3a4dc6c5d232bf7a9ea08d82afcfbb87e

commit 116adaa3a4dc6c5d232bf7a9ea08d82afcfbb87e
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Wed Oct 5 20:25:04 2016 +0200

    lantiq: fixup last commits
    
    Revert the rename of unrelated device tree nodes. Rename the missed
    leds of the Speedport W 504V Typ A.
    
    Signed-off-by: Mathias Kresin <dev at kresin.me>
---
 target/linux/lantiq/dts/ARV452CQW.dts   |  2 +-
 target/linux/lantiq/dts/ARV7518PW.dts   |  2 +-
 target/linux/lantiq/dts/ARV752DPW.dts   |  2 +-
 target/linux/lantiq/dts/ARV752DPW22.dts |  2 +-
 target/linux/lantiq/dts/ARV8539PW22.dts | 10 +++++-----
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/target/linux/lantiq/dts/ARV452CQW.dts b/target/linux/lantiq/dts/ARV452CQW.dts
index b891042..60106b9 100644
--- a/target/linux/lantiq/dts/ARV452CQW.dts
+++ b/target/linux/lantiq/dts/ARV452CQW.dts
@@ -113,7 +113,7 @@
 					lantiq,pull = <0>;
 					lantiq,output = <1>;
 				};
-				aliases {
+				leds {
 					lantiq,pins = "io3", "io5", "io6", "io7", "io9";
 					lantiq,output = <1>;
 				};
diff --git a/target/linux/lantiq/dts/ARV7518PW.dts b/target/linux/lantiq/dts/ARV7518PW.dts
index 7e6a28a..8a880fe 100644
--- a/target/linux/lantiq/dts/ARV7518PW.dts
+++ b/target/linux/lantiq/dts/ARV7518PW.dts
@@ -115,7 +115,7 @@
 					lantiq,pull = <2>;
 					lantiq,output = <1>;
 				};
-				aliases {
+				leds {
 					lantiq,pins = "io2", "io4", "io5", "io6", "io7", "io8", "io19";
 					lantiq,output = <1>;
 				};
diff --git a/target/linux/lantiq/dts/ARV752DPW.dts b/target/linux/lantiq/dts/ARV752DPW.dts
index 913f831..743d3ec 100644
--- a/target/linux/lantiq/dts/ARV752DPW.dts
+++ b/target/linux/lantiq/dts/ARV752DPW.dts
@@ -112,7 +112,7 @@
 					lantiq,pull = <2>;
 					lantiq,output = <1>;
 				};
-				aliases {
+				leds {
 					lantiq,pins = "io3", "io5", "io6", "io8";
 					lantiq,output = <1>;
 					lantiq,pull = <0>;
diff --git a/target/linux/lantiq/dts/ARV752DPW22.dts b/target/linux/lantiq/dts/ARV752DPW22.dts
index 2ec634f..db6656b 100644
--- a/target/linux/lantiq/dts/ARV752DPW22.dts
+++ b/target/linux/lantiq/dts/ARV752DPW22.dts
@@ -112,7 +112,7 @@
 					lantiq,open-drain = <1>;
 					lantiq,output = <1>;
 				};
-				aliases {
+				leds {
 					lantiq,pins = "io3", "io5", "io6", "io8";
 					lantiq,open-drain = <1>;
 					lantiq,output = <1>;
diff --git a/target/linux/lantiq/dts/ARV8539PW22.dts b/target/linux/lantiq/dts/ARV8539PW22.dts
index 76034fd..9199fad 100644
--- a/target/linux/lantiq/dts/ARV8539PW22.dts
+++ b/target/linux/lantiq/dts/ARV8539PW22.dts
@@ -5,15 +5,15 @@
 / {
 	model = "ARV8539PW22 - Speedport W 504V Typ A";
 
-    aliases {
+	aliases {
 		led-boot = &power_green;
 		led-failsafe = &power_red;
 		led-running = &power_green;
 
-	    dsl = &dsl_green;
-	    internet = &online_green;
-	    wifi = &wireless_green;
-    };
+		led-dsl = &dsl_green;
+		led-internet = &online_green;
+		led-wifi = &wireless_green;
+	};
 
 	memory at 0 {
 		reg = <0x0 0x4000000>;



More information about the lede-commits mailing list