diff options
author | John Crispin <blogic@openwrt.org> | 2015-02-19 14:04:41 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-02-19 14:04:41 +0000 |
commit | ca5bbee2474a154b522cc8a721a21f63cf6c9d77 (patch) | |
tree | 9c6b5e0a933527c8116235eebd406896a218a412 /target/linux/ramips/dts/mt7628an.dtsi | |
parent | 19e42920c512450d84dbe399a6791cc7a1b5b204 (diff) | |
download | upstream-ca5bbee2474a154b522cc8a721a21f63cf6c9d77.tar.gz upstream-ca5bbee2474a154b522cc8a721a21f63cf6c9d77.tar.bz2 upstream-ca5bbee2474a154b522cc8a721a21f63cf6c9d77.zip |
ramips: fix the mt7628 dts file
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44494 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts/mt7628an.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7628an.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi index 855d538a4b..8d799af3c3 100644 --- a/target/linux/ramips/dts/mt7628an.dtsi +++ b/target/linux/ramips/dts/mt7628an.dtsi @@ -9,6 +9,10 @@ }; }; + chosen { + bootargs = "console=ttyS0,57600"; + }; + cpuintc: cpuintc@0 { #address-cells = <0>; #interrupt-cells = <1>; |