summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k/ahb.c
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2020-10-15 15:15:01 +0200
committerKalle Valo <kvalo@codeaurora.org>2020-11-07 10:00:57 +0200
commit14f43c5fca57810e7a3788468aee482c85ab37a6 (patch)
treea0f2ab48ca6fada2a0feade5d3234cc0bac3f9fd /drivers/net/wireless/ath/ath11k/ahb.c
parent77581df8639faf28ae52fea170e48cdf9870468a (diff)
ath11k: search DT for qcom,ath11k-calibration-variant
Board Data File (BDF) is loaded upon driver boot-up procedure. The right board data file is identified on IPQ6018 using bus, qmi-chip-id and qmi-board-id. The problem, however, can occur when the (default) board data file cannot fulfill with the vendor requirements and it is necessary to use a different board data file. This problem was already solved on ath10k by adding a ",variant=.*" at the end of the board name. The same functionality must also be provided for ath11k. The device tree requires an additional string to define the variant name wifi@c000000 { status = "okay"; qcom,ath11k-calibration-variant = "Cigtech-WF-188"; }; This would create the boarddata identifier for the board-2.bin search * bus=ahb,qmi-chip-id=0,qmi-board-id=18,variant=Cigtech-WF-188 Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20201015131501.1939685-2-sven@narfation.org
Diffstat (limited to 'drivers/net/wireless/ath/ath11k/ahb.c')
0 files changed, 0 insertions, 0 deletions