aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9533.dtsi
diff options
context:
space:
mode:
authorChuanhong Guo <gch981213@gmail.com>2018-07-17 17:09:14 +0800
committerJohn Crispin <john@phrozen.org>2018-07-30 10:43:34 +0200
commitfc1f55ebf4ed5ae79414fd87d36e5f964a11fbf8 (patch)
treec42e0c5ce1df7727235c68961fac5a63a34784f7 /target/linux/ath79/dts/qca9533.dtsi
parente8245c5b3f5a5222f54a68d6288de827bbb5f447 (diff)
downloadupstream-fc1f55ebf4ed5ae79414fd87d36e5f964a11fbf8.tar.gz
upstream-fc1f55ebf4ed5ae79414fd87d36e5f964a11fbf8.tar.bz2
upstream-fc1f55ebf4ed5ae79414fd87d36e5f964a11fbf8.zip
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 <gch981213@gmail.com>
Diffstat (limited to 'target/linux/ath79/dts/qca9533.dtsi')
-rw-r--r--target/linux/ath79/dts/qca9533.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca9533.dtsi b/target/linux/ath79/dts/qca9533.dtsi
index b64813a7a4..828b83d5ed 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>;