]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mediatek: add missing eeprom for ipTIME AX3000M 20044/head
authorRhnn Hur <hurrhnn@icmp.kr>
Sun, 14 Sep 2025 04:36:53 +0000 (13:36 +0900)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 14 Sep 2025 10:52:24 +0000 (12:52 +0200)
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>
target/linux/mediatek/dts/mt7981b-iptime-ax3000m.dts

index a893fc3dc79bebae8b7716c34206f5b3e9c7dac5..1a6f00ecc2a268eb53d8cb09b809f0f5314c622c 100644 (file)
                                        #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>;
 
 &wifi {
        status = "okay";
+       nvmem-cell-names = "eeprom";
+       nvmem-cells = <&eeprom_factory_0>;
 
        band@0 {
                reg = <0>;