diff options
author | Chuanhong Guo <gch981213@gmail.com> | 2018-07-17 17:09:14 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-30 10:43:34 +0200 |
commit | fc1f55ebf4ed5ae79414fd87d36e5f964a11fbf8 (patch) | |
tree | c42e0c5ce1df7727235c68961fac5a63a34784f7 /target/linux/ath79/dts/qca9533.dtsi | |
parent | e8245c5b3f5a5222f54a68d6288de827bbb5f447 (diff) | |
download | upstream-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.dtsi | 4 |
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>; |