Explorar o código

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 <[email protected]>
Hauke Mehrtens hai 1 ano
pai
achega
9c84d619fc

+ 4 - 2
target/linux/ramips/dts/mt7628an_tplink_tl-mr6400-v4.dts

@@ -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>;
 		};
 	};
 };

+ 4 - 2
target/linux/ramips/dts/mt7628an_tplink_tl-mr6400-v5.dts

@@ -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>;
 		};
 	};
 };