Skip to content

Commit 664424a

Browse files
igor-dyatlovrobimarko
authored andcommitted
ath79: add calibtation variant for Xiaomi AIoT AC2350
Add calibration variant and ipq-wifi package for Xiaomi AIoT AC2350 Signed-off-by: Igor Dyatlov <dyatlov.igor@gmail.com> Link: openwrt#19707 Signed-off-by: Robert Marko <robimarko@gmail.com>
1 parent c42f05b commit 664424a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

target/linux/ath79/dts/qca9563_xiaomi_aiot-ac2350.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,5 +201,6 @@
201201
reg = <0x0000 0 0 0 0>;
202202
nvmem-cells = <&precal_art_5000>;
203203
nvmem-cell-names = "pre-calibration";
204+
qcom,ath10k-calibration-variant = "Xiaomi-AIoT-AC2350";
204205
};
205206
};

target/linux/ath79/image/generic.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3298,7 +3298,7 @@ define Device/xiaomi_aiot-ac2350
32983298
SOC := qca9563
32993299
DEVICE_VENDOR := Xiaomi
33003300
DEVICE_MODEL := AIoT AC2350
3301-
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca9984-ct
3301+
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca9984-ct ipq-wifi-xiaomi_aiot-ac2350
33023302
IMAGE_SIZE := 14336k
33033303
endef
33043304
TARGET_DEVICES += xiaomi_aiot-ac2350

0 commit comments

Comments
 (0)