1
0
Fork 0
forked from mirror/openwrt

mediatek: filogic: load precal data for Unifi 6 Plus

Point the driver to the precal section of the emmc "factory" partition.

Signed-off-by: Bjørn Mork <bjorn@mork.no>
Link: https://github.com/openwrt/openwrt/pull/20154
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Bjørn Mork 2025-09-25 09:45:08 +02:00 committed by Hauke Mehrtens
parent 88bf53f5af
commit 90f0d87632

View file

@ -175,6 +175,9 @@
eeprom_factory_0: eeprom@0 {
reg = <0x0 0x1000>;
};
precal_factory_1010: precal@1010 {
reg = <0x1010 0x6f010>;
};
};
};
};
@ -198,8 +201,8 @@
};
&wifi {
nvmem-cells = <&eeprom_factory_0>;
nvmem-cell-names = "eeprom";
nvmem-cells = <&eeprom_factory_0>, <&precal_factory_1010>;
nvmem-cell-names = "eeprom", "precal";
#address-cells = <1>;
#size-cells = <0>;
status = "okay";