[openwrt/openwrt] mediatek: filogic: load precal data for Unifi 6 Plus
LEDE Commits
lede-commits at lists.infradead.org
Fri Sep 26 15:33:28 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/90f0d8763279a56568b15ede15355fd5c18d47d6
commit 90f0d8763279a56568b15ede15355fd5c18d47d6
Author: Bjørn Mork <bjorn at mork.no>
AuthorDate: Thu Sep 25 09:45:08 2025 +0200
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 at mork.no>
Link: https://github.com/openwrt/openwrt/pull/20154
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
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 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 at 0 {
reg = <0x0 0x1000>;
};
+ precal_factory_1010: precal at 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";
More information about the lede-commits
mailing list