diff options
| author | Rhnn Hur | 2025-09-14 04:36:53 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-09-14 10:52:24 +0000 |
| commit | 3a0581adc850063f2cc68f501ce75f059c63f9a8 (patch) | |
| tree | c8577c72eb07bd1c7141b0adb5d57d6db67af52b | |
| parent | 20aeef1ef845871a385f2c9437efdf5f8432a446 (diff) | |
| download | openwrt-3a0581adc850063f2cc68f501ce75f059c63f9a8.tar.gz | |
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>
| -rw-r--r-- | target/linux/mediatek/dts/mt7981b-iptime-ax3000m.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/mediatek/dts/mt7981b-iptime-ax3000m.dts b/target/linux/mediatek/dts/mt7981b-iptime-ax3000m.dts index a893fc3dc7..1a6f00ecc2 100644 --- a/target/linux/mediatek/dts/mt7981b-iptime-ax3000m.dts +++ b/target/linux/mediatek/dts/mt7981b-iptime-ax3000m.dts @@ -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>; |