projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88bf53f
)
mediatek: filogic: load precal data for Unifi 6 Plus
author
Bjørn Mork
<bjorn@mork.no>
Thu, 25 Sep 2025 07:45:08 +0000
(09:45 +0200)
committer
Hauke 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
patch
|
blob
|
history
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 b6a8f830ef1e30989a1ed86db8a016c8faee99a9..d255e60a8344433ea1e1440cf28ad36c27951620 100644
(file)
--- 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";