diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-08 08:24:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-08 08:24:51 +0000 |
commit | ed8fffd32751342416381332e8d8e8592a8e0aa6 (patch) | |
tree | b410de4c72d2ece299f0964d3b244cb00e48870a /target/linux/ramips/dts/OMNI-EMB-HPM.dts | |
parent | d515b9e7c77d3d657ceb0bf06d460ec06ac87f85 (diff) | |
download | upstream-ed8fffd32751342416381332e8d8e8592a8e0aa6.tar.gz upstream-ed8fffd32751342416381332e8d8e8592a8e0aa6.tar.bz2 upstream-ed8fffd32751342416381332e8d8e8592a8e0aa6.zip |
ramips: fix console speed for OMNI-EMB-HPM
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36270 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts/OMNI-EMB-HPM.dts')
-rw-r--r-- | target/linux/ramips/dts/OMNI-EMB-HPM.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/OMNI-EMB-HPM.dts b/target/linux/ramips/dts/OMNI-EMB-HPM.dts index 8d41cec14e..f00c3820b4 100644 --- a/target/linux/ramips/dts/OMNI-EMB-HPM.dts +++ b/target/linux/ramips/dts/OMNI-EMB-HPM.dts @@ -10,6 +10,10 @@ ralink,memory = <0x0 0x200000 0x10000000>; }; + chosen { + bootargs = "console=ttyS0,115200"; + }; + palmbus@10000000 { sysc@0 { ralink,pinmux = "uartlite", "spi"; |