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 | 30e5bae84ad3031386ed6aac4035d5e98fb4b918 (patch) | |
tree | 77973d3d8f535377cebd9f4f8741da800ac51660 /target/linux | |
parent | cd7ce5226da31972687f9bd773afaadffd250013 (diff) | |
download | upstream-30e5bae84ad3031386ed6aac4035d5e98fb4b918.tar.gz upstream-30e5bae84ad3031386ed6aac4035d5e98fb4b918.tar.bz2 upstream-30e5bae84ad3031386ed6aac4035d5e98fb4b918.zip |
ramips: fix console speed for OMNI-EMB-HPM
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36270
Diffstat (limited to 'target/linux')
-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"; |