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@kresin.me>
This commit is contained in:
parent
0f27096100
commit
116adaa3a4
5 changed files with 9 additions and 9 deletions
|
@ -113,7 +113,7 @@
|
||||||
lantiq,pull = <0>;
|
lantiq,pull = <0>;
|
||||||
lantiq,output = <1>;
|
lantiq,output = <1>;
|
||||||
};
|
};
|
||||||
aliases {
|
leds {
|
||||||
lantiq,pins = "io3", "io5", "io6", "io7", "io9";
|
lantiq,pins = "io3", "io5", "io6", "io7", "io9";
|
||||||
lantiq,output = <1>;
|
lantiq,output = <1>;
|
||||||
};
|
};
|
||||||
|
|
|
@ -115,7 +115,7 @@
|
||||||
lantiq,pull = <2>;
|
lantiq,pull = <2>;
|
||||||
lantiq,output = <1>;
|
lantiq,output = <1>;
|
||||||
};
|
};
|
||||||
aliases {
|
leds {
|
||||||
lantiq,pins = "io2", "io4", "io5", "io6", "io7", "io8", "io19";
|
lantiq,pins = "io2", "io4", "io5", "io6", "io7", "io8", "io19";
|
||||||
lantiq,output = <1>;
|
lantiq,output = <1>;
|
||||||
};
|
};
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
lantiq,pull = <2>;
|
lantiq,pull = <2>;
|
||||||
lantiq,output = <1>;
|
lantiq,output = <1>;
|
||||||
};
|
};
|
||||||
aliases {
|
leds {
|
||||||
lantiq,pins = "io3", "io5", "io6", "io8";
|
lantiq,pins = "io3", "io5", "io6", "io8";
|
||||||
lantiq,output = <1>;
|
lantiq,output = <1>;
|
||||||
lantiq,pull = <0>;
|
lantiq,pull = <0>;
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
lantiq,open-drain = <1>;
|
lantiq,open-drain = <1>;
|
||||||
lantiq,output = <1>;
|
lantiq,output = <1>;
|
||||||
};
|
};
|
||||||
aliases {
|
leds {
|
||||||
lantiq,pins = "io3", "io5", "io6", "io8";
|
lantiq,pins = "io3", "io5", "io6", "io8";
|
||||||
lantiq,open-drain = <1>;
|
lantiq,open-drain = <1>;
|
||||||
lantiq,output = <1>;
|
lantiq,output = <1>;
|
||||||
|
|
|
@ -5,15 +5,15 @@
|
||||||
/ {
|
/ {
|
||||||
model = "ARV8539PW22 - Speedport W 504V Typ A";
|
model = "ARV8539PW22 - Speedport W 504V Typ A";
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
led-boot = &power_green;
|
led-boot = &power_green;
|
||||||
led-failsafe = &power_red;
|
led-failsafe = &power_red;
|
||||||
led-running = &power_green;
|
led-running = &power_green;
|
||||||
|
|
||||||
dsl = &dsl_green;
|
led-dsl = &dsl_green;
|
||||||
internet = &online_green;
|
led-internet = &online_green;
|
||||||
wifi = &wireless_green;
|
led-wifi = &wireless_green;
|
||||||
};
|
};
|
||||||
|
|
||||||
memory@0 {
|
memory@0 {
|
||||||
reg = <0x0 0x4000000>;
|
reg = <0x0 0x4000000>;
|
||||||
|
|
Loading…
Reference in a new issue