ath79: wndap360: use default 9600 baud rate
It seems the bootloader does not use 115200, which the dtsi file
specifies. Remove it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22735
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit 8d1b2596ee)
This commit is contained in:
parent
55f5b2f3d3
commit
b6a8b8a946
@ -10,6 +10,10 @@
|
||||
compatible = "netgear,wndap360", "qca,ar7161";
|
||||
model = "Netgear WNDAP360";
|
||||
|
||||
chosen {
|
||||
/delete-property/ bootargs;
|
||||
};
|
||||
|
||||
aliases {
|
||||
led-boot = &led_power_orange;
|
||||
led-failsafe = &led_power_orange;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user