1
0
Fork 0
forked from mirror/openwrt

mediatek: add missing eeprom for ipTIME AX3000M

This change fixes the eeprom load failure while on boot

Signed-off-by: Rhnn Hur <hurrhnn@icmp.kr>
Link: https://github.com/openwrt/openwrt/pull/20044
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Rhnn Hur 2025-09-14 13:36:53 +09:00 committed by Hauke Mehrtens
parent 20aeef1ef8
commit 3a0581adc8

View file

@ -217,6 +217,10 @@
#address-cells = <1>;
#size-cells = <1>;
eeprom_factory_0: eeprom@0 {
reg = <0x0 0x1000>;
};
macaddr_factory_4: macaddr@4 {
compatible = "mac-base";
reg = <0x4 0x6>;
@ -249,6 +253,8 @@
&wifi {
status = "okay";
nvmem-cell-names = "eeprom";
nvmem-cells = <&eeprom_factory_0>;
band@0 {
reg = <0>;