diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-09-12 01:20:47 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-09-12 01:24:43 +0200 |
commit | b56b499948c2189892f8063ccd515cd301629ca5 (patch) | |
tree | f60d2a9f64679ac490ff4634312abd02abe26d2c /target/linux/ramips | |
parent | 3fc78609615fc88133bc8fb9eff2c6f7b02f7684 (diff) | |
download | upstream-b56b499948c2189892f8063ccd515cd301629ca5.tar.gz upstream-b56b499948c2189892f8063ccd515cd301629ca5.tar.bz2 upstream-b56b499948c2189892f8063ccd515cd301629ca5.zip |
ramips: fix baud rate for RAVPower RP-WD03
The baud rate for the RAVPower RP-WD03 is 57600, not 115200.
Since this is the default from mt7620n.dtsi, the chosen node can
simply be removed from the device DTS.
Fixes: 5ef79af4f80f ("ramips: add support for Ravpower WD03")
Suggested-by: Russell Morris <rmorris@rkmorris.us>
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/dts/mt7620n_ravpower_rp-wd03.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/mt7620n_ravpower_rp-wd03.dts b/target/linux/ramips/dts/mt7620n_ravpower_rp-wd03.dts index 0078103da3..a5469b655e 100644 --- a/target/linux/ramips/dts/mt7620n_ravpower_rp-wd03.dts +++ b/target/linux/ramips/dts/mt7620n_ravpower_rp-wd03.dts @@ -17,10 +17,6 @@ led-upgrade = &led_wifi_blue; }; - chosen { - bootargs = "console=ttyS0,115200"; - }; - leds { compatible = "gpio-leds"; |