[openwrt/openwrt] ramips: fix baud rate for RAVPower RP-WD03
LEDE Commits
lede-commits at lists.infradead.org
Fri Sep 11 19:25:29 EDT 2020
adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/b56b499948c2189892f8063ccd515cd301629ca5
commit b56b499948c2189892f8063ccd515cd301629ca5
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Sat Sep 12 01:20:47 2020 +0200
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 at rkmorris.us>
Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
target/linux/ramips/dts/mt7620n_ravpower_rp-wd03.dts | 4 ----
1 file changed, 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";
More information about the lede-commits
mailing list