From 4f107d768aa560b323ac215f974aabd409fb763f Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 10 Mar 2026 17:05:16 -0700 Subject: [PATCH] bcm53xx: mr26: fix nvmem MAC override I wrongly added the wifi devices to the pcie nodes and not the bridge nodes as they were not present at the time. Fixes: 58056df ("bcm53xx: backport nvmem mac for meraki mr26") Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/22369 Signed-off-by: Robert Marko --- .../051-ARM-dts-meraki-mr26-wifi-MACs-in-dts.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/linux/bcm53xx/patches-6.12/051-ARM-dts-meraki-mr26-wifi-MACs-in-dts.patch b/target/linux/bcm53xx/patches-6.12/051-ARM-dts-meraki-mr26-wifi-MACs-in-dts.patch index fd31438cdb..579d18bb96 100644 --- a/target/linux/bcm53xx/patches-6.12/051-ARM-dts-meraki-mr26-wifi-MACs-in-dts.patch +++ b/target/linux/bcm53xx/patches-6.12/051-ARM-dts-meraki-mr26-wifi-MACs-in-dts.patch @@ -25,7 +25,7 @@ Signed-off-by: Rosen Penev status = "disabled"; }; -+&pcie0 { ++&pcie_bridge0 { + wifi@0,0 { + reg = <0x0000 0 0 0 0>; + compatible = "brcm,bcm43431"; @@ -34,7 +34,7 @@ Signed-off-by: Rosen Penev + }; +}; + -+&pcie1 { ++&pcie_bridge1 { + wifi@0,0 { + reg = <0x0000 0 0 0 0>; + compatible = "brcm,bcm43431"; @@ -43,7 +43,7 @@ Signed-off-by: Rosen Penev + }; +}; + -+&pcie2 { ++&pcie_bridge2 { + wifi@0,0 { + reg = <0x0000 0 0 0 0>; + compatible = "brcm,bcm43428";