From 90f0d8763279a56568b15ede15355fd5c18d47d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B8rn=20Mork?= Date: Thu, 25 Sep 2025 09:45:08 +0200 Subject: [PATCH] mediatek: filogic: load precal data for Unifi 6 Plus MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Point the driver to the precal section of the emmc "factory" partition. Signed-off-by: Bjørn Mork Link: https://github.com/openwrt/openwrt/pull/20154 Signed-off-by: Hauke Mehrtens --- target/linux/mediatek/dts/mt7981a-ubnt-unifi-6-plus.dts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/target/linux/mediatek/dts/mt7981a-ubnt-unifi-6-plus.dts b/target/linux/mediatek/dts/mt7981a-ubnt-unifi-6-plus.dts index b6a8f830ef1..d255e60a834 100644 --- a/target/linux/mediatek/dts/mt7981a-ubnt-unifi-6-plus.dts +++ b/target/linux/mediatek/dts/mt7981a-ubnt-unifi-6-plus.dts @@ -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"; -- 2.47.3