ramips: Fix use mac-base for TP-Link TL-MR6400 v4 and v5

Use mac-base for mac-base TP-Link TL-MR6400 v4 and v5

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Hauke Mehrtens 2024-05-09 22:10:52 +02:00
parent ff3d0de095
commit 9c84d619fc
2 changed files with 8 additions and 4 deletions

View File

@ -91,12 +91,12 @@
&wmac {
status = "okay";
nvmem-cells = <&eeprom_factory_20000>, <&macaddr_factory_1f100>;
nvmem-cells = <&eeprom_factory_20000>, <&macaddr_factory_1f100 0>;
nvmem-cell-names = "eeprom", "mac-address";
};
&ethernet {
nvmem-cells = <&macaddr_factory_1f100>;
nvmem-cells = <&macaddr_factory_1f100 0>;
nvmem-cell-names = "mac-address";
};
@ -107,7 +107,9 @@
#size-cells = <1>;
macaddr_factory_1f100: macaddr@1f100 {
compatible = "mac-base";
reg = <0x1f100 0x6>;
#nvmem-cell-cells = <1>;
};
};
};

View File

@ -91,12 +91,12 @@
&wmac {
status = "okay";
nvmem-cells = <&eeprom_factory_20000>, <&macaddr_factory_1f100>;
nvmem-cells = <&eeprom_factory_20000>, <&macaddr_factory_1f100 0>;
nvmem-cell-names = "eeprom", "mac-address";
};
&ethernet {
nvmem-cells = <&macaddr_factory_1f100>;
nvmem-cells = <&macaddr_factory_1f100 0>;
nvmem-cell-names = "mac-address";
};
@ -107,7 +107,9 @@
#size-cells = <1>;
macaddr_factory_1f100: macaddr@1f100 {
compatible = "mac-base";
reg = <0x1f100 0x6>;
#nvmem-cell-cells = <1>;
};
};
};