mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-18 13:26:34 +00:00
ramips: fix 2.4G wmac eeprom offset for TL-WR902AC v4
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
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>
(cherry picked from commit 5a24850de1
)
This commit is contained in:
parent
aa1241e979
commit
bf284ed4af
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user