Browse Source

ramips: fix TP-Link Archer MAC address for ethernet

This fixes:
[    0.981884] OF: /ethernet@10100000: #nvmem-cell-cells = 1 found 0

Signed-off-by: Mieczyslaw Nalewaj <[email protected]>
Mieczyslaw Nalewaj 1 năm trước cách đây
mục cha
commit
9092fa3a53
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      target/linux/ramips/dts/mt7620a_tplink_archer.dtsi

+ 1 - 1
target/linux/ramips/dts/mt7620a_tplink_archer.dtsi

@@ -118,7 +118,7 @@
 &ethernet {
 	pinctrl-names = "default";
 
-	nvmem-cells = <&macaddr_rom_f100>;
+	nvmem-cells = <&macaddr_rom_f100 0>;
 	nvmem-cell-names = "mac-address";
 
 	mediatek,portmap = "wllll";