]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mediatek: filogic: load precal data for Unifi 6 Plus 20154/head
authorBjørn Mork <bjorn@mork.no>
Thu, 25 Sep 2025 07:45:08 +0000 (09:45 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 26 Sep 2025 22:32:40 +0000 (00:32 +0200)
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>
target/linux/mediatek/dts/mt7981a-ubnt-unifi-6-plus.dts

index b6a8f830ef1e30989a1ed86db8a016c8faee99a9..d255e60a8344433ea1e1440cf28ad36c27951620 100644 (file)
                                                eeprom_factory_0: eeprom@0 {
                                                        reg = <0x0 0x1000>;
                                                };
+                                               precal_factory_1010: precal@1010 {
+                                                       reg = <0x1010 0x6f010>;
+                                       };
                                        };
                                };
                        };
 };
 
 &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";