diff mbox series

[v2,4/4] bcm53xx: Add network configuration for DIR-890L

Message ID 20230528220432.2975450-4-linus.walleij@linaro.org
State Superseded
Delegated to: Petr Štetiar
Headers show
Series [v2,1/4] uboot-bcm53xx: Add U-Boot for NorthStar BCM53xx | expand

Commit Message

Linus Walleij May 28, 2023, 10:04 p.m. UTC
This adds the lan/wan default bridge config and also the MAC
NVRAM read-out for et2.

DIR-885L was missing a default bridge config so I just added
that too while I was at it.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
ChangeLog v1->v2:
- The DIR-890L sets up the Mac address from the NVRAM
  indicated in the device tree so drop that oneliner.
---
 target/linux/bcm53xx/base-files/etc/board.d/02_network | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/target/linux/bcm53xx/base-files/etc/board.d/02_network b/target/linux/bcm53xx/base-files/etc/board.d/02_network
index 6bec600540ea..ba1cf7ac8d94 100644
--- a/target/linux/bcm53xx/base-files/etc/board.d/02_network
+++ b/target/linux/bcm53xx/base-files/etc/board.d/02_network
@@ -16,6 +16,10 @@  bcm53xx_setup_interfaces()
 	asus,rt-ac88u)
 		ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4 extsw" "wan"
 		;;
+	dlink,dir-885l | \
+	dlink,dir-890l)
+		ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4" "wan"
+		;;
 	dlink,dwl-8610ap)
 		ucidef_set_interface_lan "eth0 eth1" "dhcp"
 		;;