diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-25 23:09:05 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-28 14:24:59 +0200 |
commit | b40e6bc55ff15f567d4dc4eed407cc3f6716cdf4 (patch) | |
tree | 4b22144d3cfd0f4446bf70b4f751afbcdf5e35c7 /target/linux/ath79/dts/ar7100.dtsi | |
parent | 153392e209c5110448db9e1e7ce9a3566f124b37 (diff) | |
download | upstream-b40e6bc55ff15f567d4dc4eed407cc3f6716cdf4.tar.gz upstream-b40e6bc55ff15f567d4dc4eed407cc3f6716cdf4.tar.bz2 upstream-b40e6bc55ff15f567d4dc4eed407cc3f6716cdf4.zip |
ath79: drop and consolidate redundant chosen/bootargs
In ath79, for several SoCs the console bootargs are defined to the
very same value in every device's DTS. Consolidate these definitions
in the SoC dtsi files and drop further redundant definitions elsewhere.
The only device without any bootargs set has been OpenMesh OM5P-AC V2.
This will now inherit the setting from qca955x.dtsi
While this is a cosmetic change, backporting it to 19.07 will be a
major help for anyone doing backports of device support. Without it,
every backporter would have to remember to manually add the chosen node
to the device's DTS.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit 635f111148c3f7ccb0ecc92863a3b1a142f6ebeb)
Diffstat (limited to 'target/linux/ath79/dts/ar7100.dtsi')
-rw-r--r-- | target/linux/ath79/dts/ar7100.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar7100.dtsi b/target/linux/ath79/dts/ar7100.dtsi index e3f0edccff..fe88cfab2d 100644 --- a/target/linux/ath79/dts/ar7100.dtsi +++ b/target/linux/ath79/dts/ar7100.dtsi @@ -5,6 +5,10 @@ / { compatible = "qca,ar7100"; + chosen { + bootargs = "console=ttyS0,115200"; + }; + cpus { #address-cells = <1>; #size-cells = <0>; |