Skip to content

Commit

Permalink
ramips: fix 2.4G wmac eeprom offset for TL-WR902AC v4
Browse files Browse the repository at this point in the history
The eeprom data offset on 2.4GHz wmac is wrong. It is obvious that
this is a copy & paste issue.

Suggested-by: @cgm999 on openwrt#13969
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
Link: openwrt#17263
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
  • Loading branch information
DragonBluep authored and hauke committed Dec 14, 2024
1 parent 3c7134f commit 5a24850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/ramips/dts/mt7628an_tplink_tl-wr902ac-v4.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};

Expand Down

0 comments on commit 5a24850

Please sign in to comment.