summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin2024-08-31 16:56:59 +0000
committerJohn Crispin2024-09-10 15:23:04 +0000
commitf5c42670d278001eaa73fbc36b5ebc1105a996a3 (patch)
tree72fd7008508f5c32ca71b0997792e71f4ef0e88f
parent7d3789de99e38a9beacca804b2fb919386645a0b (diff)
downloadopenwrt-f5c42670d278001eaa73fbc36b5ebc1105a996a3.tar.gz
mediatek: fix OpenWrt One MACs
* Ignore the MACs passed by the bootloader. * fix nvmem-cell-cells warning * fix the node names * add dbdc wifi MACs Signed-off-by: John Crispin <john@phrozen.org>
-rw-r--r--target/linux/mediatek/dts/mt7981b-openwrt-one.dts28
1 files changed, 21 insertions, 7 deletions
diff --git a/target/linux/mediatek/dts/mt7981b-openwrt-one.dts b/target/linux/mediatek/dts/mt7981b-openwrt-one.dts
index b2223f8d76..2193c782b5 100644
--- a/target/linux/mediatek/dts/mt7981b-openwrt-one.dts
+++ b/target/linux/mediatek/dts/mt7981b-openwrt-one.dts
@@ -8,8 +8,6 @@
compatible = "openwrt,one", "mediatek,mt7981";
aliases {
- ethernet0 = &gmac0;
- ethernet1 = &gmac1;
serial0 = &uart0;
led-boot = &led_status_white;
led-failsafe = &led_status_red;
@@ -140,7 +138,7 @@
phy-handle = <&phy15>;
phy-mode = "2500base-x";
nvmem-cell-names = "mac-address";
- nvmem-cells = <&macaddr_factory_4>;
+ nvmem-cells = <&macaddr_factory_24>;
};
gmac1: mac@1 {
@@ -149,7 +147,7 @@
phy-mode = "gmii";
phy-handle = <&int_gbe_phy>;
nvmem-cell-names = "mac-address";
- nvmem-cells = <&macaddr_factory_a>;
+ nvmem-cells = <&macaddr_factory_2a>;
};
};
@@ -388,15 +386,19 @@
};
macaddr_factory_4: macaddr@4 {
+ reg = <0x4 0x6>;
compatible = "mac-base";
- reg = <0x24 0x6>;
#nvmem-cell-cells = <1>;
};
- macaddr_factory_a: macaddr@a {
+ macaddr_factory_24: macaddr@24 {
+ reg = <0x24 0x6>;
compatible = "mac-base";
+ };
+
+ macaddr_factory_2a: macaddr@2a {
reg = <0x2a 0x6>;
- #nvmem-cell-cells = <1>;
+ compatible = "mac-base";
};
};
};
@@ -444,6 +446,18 @@
nvmem-cells = <&eeprom_factory_0>;
nvmem-cell-names = "eeprom";
status = "okay";
+
+ band@0 {
+ reg = <0>;
+ nvmem-cells = <&macaddr_factory_4 0>;
+ nvmem-cell-names = "mac-address";
+ };
+
+ band@1 {
+ reg = <1>;
+ nvmem-cells = <&macaddr_factory_4 1>;
+ nvmem-cell-names = "mac-address";
+ };
};
&pcie {