diff options
author | John Crispin <john@openwrt.org> | 2015-02-19 14:04:41 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-19 14:04:41 +0000 |
commit | 64db4364165e2c67e01884b8ad5c4a2ee905a503 (patch) | |
tree | 350842c519aede6a85821ca19b7e21f140a9eab4 /target/linux/ramips/dts/mt7628an.dtsi | |
parent | 5dbd3e65a67a1c248b59c697c8ec1045c2ca2b84 (diff) | |
download | upstream-64db4364165e2c67e01884b8ad5c4a2ee905a503.tar.gz upstream-64db4364165e2c67e01884b8ad5c4a2ee905a503.tar.bz2 upstream-64db4364165e2c67e01884b8ad5c4a2ee905a503.zip |
ramips: fix the mt7628 dts file
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44494
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>; |