From: Hauke Mehrtens Date: Fri, 6 Jan 2017 21:59:13 +0000 (+0100) Subject: lantiq: fix console print for additional boards X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=8f0dc92afde82ab0ce7b4ca7337837422e9e6201;p=openwrt%2Fstaging%2Fyousong.git lantiq: fix console print for additional boards I missed 3 boards in this commit: commit d8dde8c5178eba8c847dd48e7d06e6663ba1979f Author: Hauke Mehrtens 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 --- diff --git a/target/linux/lantiq/dts/ARV4525PW.dts b/target/linux/lantiq/dts/ARV4525PW.dts index 605df428ef..64b45aedb7 100644 --- a/target/linux/lantiq/dts/ARV4525PW.dts +++ b/target/linux/lantiq/dts/ARV4525PW.dts @@ -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; diff --git a/target/linux/lantiq/dts/ARV7506PW11.dts b/target/linux/lantiq/dts/ARV7506PW11.dts index ef3ff306a9..1a57d64cb9 100644 --- a/target/linux/lantiq/dts/ARV7506PW11.dts +++ b/target/linux/lantiq/dts/ARV7506PW11.dts @@ -7,6 +7,10 @@ / { model = "ARV7506PW11 - Alice/O2 IAD 4421"; + chosen { + bootargs = "console=ttyLTQ0,115200"; + }; + aliases { led-boot = &power; led-failsafe = &power_red; diff --git a/target/linux/lantiq/dts/ARV8539PW22.dts b/target/linux/lantiq/dts/ARV8539PW22.dts index 2b82a321e0..c55c9a61eb 100644 --- a/target/linux/lantiq/dts/ARV8539PW22.dts +++ b/target/linux/lantiq/dts/ARV8539PW22.dts @@ -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;