소스 검색

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 년 전
부모
커밋
9092fa3a53
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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";