From: Chuanhong Guo Date: Tue, 17 Jul 2018 09:09:14 +0000 (+0800) Subject: ath79: qca953x: Add chosen node and specify console in bootargs X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=fc1f55ebf4ed5ae79414fd87d36e5f964a11fbf8;p=openwrt%2Fstaging%2Fblogic.git ath79: qca953x: Add chosen node and specify console in bootargs Most qca devices use 115200n8 as it's default uart baudrate. Add 'chosen' node for qca953x like other SoCs in ath79 target. Signed-off-by: Chuanhong Guo --- diff --git a/target/linux/ath79/dts/qca9533.dtsi b/target/linux/ath79/dts/qca9533.dtsi index b64813a7a431..828b83d5ed60 100644 --- a/target/linux/ath79/dts/qca9533.dtsi +++ b/target/linux/ath79/dts/qca9533.dtsi @@ -8,6 +8,10 @@ #address-cells = <1>; #size-cells = <1>; + chosen { + bootargs = "console=ttyS0,115200n8"; + }; + cpus { #address-cells = <1>; #size-cells = <0>;