diff options
author | Shiji Yang <yangshiji66@qq.com> | 2024-12-14 12:11:24 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2024-12-14 20:32:53 +0100 |
commit | 5a24850de1418510c421d45eb2436bdcb2b243c6 (patch) | |
tree | 00be0f5c0c1a76f972a30d4861da845775fd9cc4 /target | |
parent | 3c7134fa320b823ab7c5f91dd1ad948491d97478 (diff) | |
download | openwrt-5a24850de1418510c421d45eb2436bdcb2b243c6.tar.gz openwrt-5a24850de1418510c421d45eb2436bdcb2b243c6.tar.bz2 openwrt-5a24850de1418510c421d45eb2436bdcb2b243c6.zip |
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 <yangshiji66@qq.com>
Link: https://github.com/openwrt/openwrt/pull/17263
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/mt7628an_tplink_tl-wr902ac-v4.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7628an_tplink_tl-wr902ac-v4.dts b/target/linux/ramips/dts/mt7628an_tplink_tl-wr902ac-v4.dts index 946efb9443..a2dd4ce5cb 100644 --- a/target/linux/ramips/dts/mt7628an_tplink_tl-wr902ac-v4.dts +++ b/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"; }; |