ramips: fix 2.4G wmac eeprom offset for TL-WR902AC v4
authorShiji Yang <yangshiji66@qq.com>
Sat, 14 Dec 2024 04:11:24 +0000 (12:11 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 14 Dec 2024 19:32:53 +0000 (20:32 +0100)
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 <yangshiji66@qq.com>
Link: https://github.com/openwrt/openwrt/pull/17263
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/ramips/dts/mt7628an_tplink_tl-wr902ac-v4.dts

index 946efb9443e8aae08c1a47a859a9afc96ee937c9..a2dd4ce5cb8719b6d3d8c53bc864a3245b89340c 100644 (file)
 
 &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";
 };