bcm53xx: mr26: fix nvmem MAC override
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run

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>
This commit is contained in:
Rosen Penev 2026-03-10 17:05:16 -07:00 committed by Robert Marko
parent 87c2c474f2
commit 4f107d768a

View 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";