Преглед изворни кода

ramips: fix 2.4G wmac eeprom offset for TL-WR902AC v4

The eeprom data offset on 2.4GHz wmac is wrong. It is obvious that
this is a copy & paste issue.

Suggested-by: @cgm999 on https://github.com/openwrt/openwrt/issues/13969
Signed-off-by: Shiji Yang <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/17263
Signed-off-by: Hauke Mehrtens <[email protected]>
(cherry picked from commit 5a24850de1418510c421d45eb2436bdcb2b243c6)
Shiji Yang пре 1 година
родитељ
комит
bf284ed4af
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      target/linux/ramips/dts/mt7628an_tplink_tl-wr902ac-v4.dts

+ 1 - 1
target/linux/ramips/dts/mt7628an_tplink_tl-wr902ac-v4.dts

@@ -108,7 +108,7 @@
 
 &wmac {
 	status = "okay";
-	nvmem-cells = <&eeprom_factory_28000>, <&macaddr_factory_f100 0>;
+	nvmem-cells = <&eeprom_factory_20000>, <&macaddr_factory_f100 0>;
 	nvmem-cell-names = "eeprom", "mac-address";
 };