lantiq: fix console print for additional boards

I missed 3 boards in this commit:
commit d8dde8c517
Author: Hauke Mehrtens <hauke@hauke-m.de>
Date:   Wed Jan 4 21:53:22 2017 +0100

    lantiq: fix console print

Add bootargs parameters for ARV4525PW, ARV7506PW11 and ARV8539PW22
again.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Hauke Mehrtens 2017-01-06 22:59:13 +01:00
parent 88ca6390ea
commit 8f0dc92afd
3 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,10 @@
/ {
model = "ARV4525PW - Speedport W501V Typ A";
chosen {
bootargs = "console=ttyLTQ0,115200";
};
aliases {
/* we dont have a power led, lets use the online led */
led-boot = &online;

View File

@ -7,6 +7,10 @@
/ {
model = "ARV7506PW11 - Alice/O2 IAD 4421";
chosen {
bootargs = "console=ttyLTQ0,115200";
};
aliases {
led-boot = &power;
led-failsafe = &power_red;

View File

@ -7,6 +7,10 @@
/ {
model = "ARV8539PW22 - Speedport W 504V Typ A";
chosen {
bootargs = "console=ttyLTQ0,115200";
};
aliases {
led-boot = &power_green;
led-failsafe = &power_red;