summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Mork2025-09-25 07:45:08 +0000
committerHauke Mehrtens2025-09-26 22:32:40 +0000
commit90f0d8763279a56568b15ede15355fd5c18d47d6 (patch)
tree044d86cae50cc80dd6f75c9c16b055ab33e02282
parent88bf53f5af28c2a5eee1f60554db1f49f665857f (diff)
downloadopenwrt-90f0d8763279a56568b15ede15355fd5c18d47d6.tar.gz
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>
-rw-r--r--target/linux/mediatek/dts/mt7981a-ubnt-unifi-6-plus.dts7
1 files 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 b6a8f830ef..d255e60a83 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";