Skip to content

Commit b6a8b8a

Browse files
nehebrobimarko
authored andcommitted
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: openwrt/openwrt#22735 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit 8d1b259)
1 parent 55f5b2f commit b6a8b8a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

target/linux/ath79/dts/ar7161_netgear_wndap360.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
compatible = "netgear,wndap360", "qca,ar7161";
1111
model = "Netgear WNDAP360";
1212

13+
chosen {
14+
/delete-property/ bootargs;
15+
};
16+
1317
aliases {
1418
led-boot = &led_power_orange;
1519
led-failsafe = &led_power_orange;

0 commit comments

Comments
 (0)