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/openwrt#13969
Signed-off-by: Shiji Yang <[email protected]>
Link: openwrt/openwrt#17263
Signed-off-by: Hauke Mehrtens <[email protected]>
(cherry picked from commit 5a24850)
  • Loading branch information
DragonBluep authored and hauke committed Dec 14, 2024
1 parent aa1241e commit bf284ed
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 bf284ed

Please sign in to comment.