]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
bcm53xx: mr26: fix nvmem MAC override 22369/head
authorRosen Penev <rosenp@gmail.com>
Wed, 11 Mar 2026 00:05:16 +0000 (17:05 -0700)
committerRobert Marko <robimarko@gmail.com>
Wed, 11 Mar 2026 11:13:14 +0000 (12:13 +0100)
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 <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22369
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/bcm53xx/patches-6.12/051-ARM-dts-meraki-mr26-wifi-MACs-in-dts.patch

index fd31438cdb2009ece898a9813390e52fd7c1e658..579d18bb96686a08a2c0f544083fefe0cb470464 100644 (file)
@@ -25,7 +25,7 @@ Signed-off-by: Rosen Penev <rosenp@gmail.com>
        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 <rosenp@gmail.com>
 +      };
 +};
 +
-+&pcie1 {
++&pcie_bridge1 {
 +      wifi@0,0 {
 +              reg = <0x0000 0 0 0 0>;
 +              compatible = "brcm,bcm43431";
@@ -43,7 +43,7 @@ Signed-off-by: Rosen Penev <rosenp@gmail.com>
 +      };
 +};
 +
-+&pcie2 {
++&pcie_bridge2 {
 +      wifi@0,0 {
 +              reg = <0x0000 0 0 0 0>;
 +              compatible = "brcm,bcm43428";