All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] dt: bindings: add new dt entry for ath10k calibration variant
@ 2017-03-10  8:06 ` Sven Eckelmann
  0 siblings, 0 replies; 50+ messages in thread
From: Sven Eckelmann @ 2017-03-10  8:06 UTC (permalink / raw)
  To: ath10k
  Cc: linux-wireless, devicetree, robh+dt, mark.rutland,
	ext.waldemar.rymarkiewicz, kvalo, Sven Eckelmann

The bus + bmi-chip-id + bmi-board-id is not enough to identify the correct
board data file on QCA4019 based devices. Multiple different boards share
the same values. Only the original reference designs can currently be
identified and loaded from the board-2.bin. But these will not result in
the correct calibration data when combined with the pre-calibration data
from the device.

An additional "variant" information has to be provided (via SMBIOS or DT)
to select the correct board data for a design which was modified by an ODM.

Signed-off-by: Sven Eckelmann <sven.eckelmann@openmesh.com>
---
Since RFC:

 - Split patch in DT doc and ath10k part (thanks Christian Lamparter)
 - Remove the words "bmi-chip-id" and "bmi-board-id" and replace them with
   more generic "device specific ids"
---
 Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt b/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt
index 74d7f0af209c..3d2a031217da 100644
--- a/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt
+++ b/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt
@@ -41,6 +41,9 @@ Optional properties:
 - qcom,msi_addr: MSI interrupt address.
 - qcom,msi_base: Base value to add before writing MSI data into
 		MSI address register.
+- qcom,ath10k-calibration-variant: string to search for in the board-2.bin
+				   variant list with the same bus and device
+				   specific ids
 - qcom,ath10k-calibration-data : calibration data + board specific data
 				 as an array, the length can vary between
 				 hw versions.
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 50+ messages in thread

end of thread, other threads:[~2018-10-08  8:21 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-10  8:06 [PATCH 1/2] dt: bindings: add new dt entry for ath10k calibration variant Sven Eckelmann
2017-03-10  8:06 ` Sven Eckelmann
2017-03-10  8:06 ` Sven Eckelmann
2017-03-10  8:06 ` [PATCH 2/2] ath10k: search DT for qcom,ath10k-calibration-variant Sven Eckelmann
2017-03-10  8:06   ` Sven Eckelmann
2017-03-10  8:06   ` Sven Eckelmann
2017-03-10 18:20   ` Christian Lamparter
2017-03-10 18:20     ` [PATCH 2/2] ath10k: search DT for qcom, ath10k-calibration-variant Christian Lamparter
2017-03-15  8:04     ` [PATCH 2/2] ath10k: search DT for qcom,ath10k-calibration-variant Sven Eckelmann
2017-03-15  8:04       ` [PATCH 2/2] ath10k: search DT for qcom, ath10k-calibration-variant Sven Eckelmann
2017-08-21  7:11     ` [PATCH 2/2] ath10k: search DT for qcom,ath10k-calibration-variant Sven Eckelmann
2017-08-21  7:11       ` [PATCH 2/2] ath10k: search DT for qcom, ath10k-calibration-variant Sven Eckelmann
2017-10-27  9:34       ` Kalle Valo
2017-10-27  9:34         ` Kalle Valo
2017-12-08  9:50     ` Kalle Valo
2017-12-08  9:50       ` Kalle Valo
2018-01-29 20:09       ` Asus RT-AC58U boardfile (was Re: [PATCH 2/2] ath10k: search DT for qcom, ath10k-calibration-variant) Christian Lamparter
2018-01-29 20:09         ` Christian Lamparter
2018-10-08  8:21         ` Kalle Valo
2018-10-08  8:21           ` Kalle Valo
2018-04-19 14:56     ` [PATCH 2/2] ath10k: search DT for qcom, ath10k-calibration-variant Kalle Valo
2018-04-19 14:56       ` Kalle Valo
2018-04-20 19:50       ` Christian Lamparter
2018-04-20 19:50         ` Christian Lamparter
2017-12-08  9:27   ` [PATCH 2/2] ath10k: search DT for qcom,ath10k-calibration-variant Kalle Valo
2017-12-08  9:27     ` [PATCH 2/2] ath10k: search DT for qcom, ath10k-calibration-variant Kalle Valo
2017-12-08  9:27     ` [PATCH 2/2] ath10k: search DT for qcom,ath10k-calibration-variant Kalle Valo
2017-03-20 15:07 ` [PATCH 1/2] dt: bindings: add new dt entry for ath10k calibration variant Rob Herring
2017-03-20 15:07   ` Rob Herring
2017-03-20 15:07   ` Rob Herring
2017-03-20 16:28   ` Sven Eckelmann
2017-03-20 16:28     ` Sven Eckelmann
2017-03-20 16:28     ` Sven Eckelmann
2017-03-20 16:42     ` Adrian Chadd
2017-03-20 16:42       ` Adrian Chadd
2017-03-21  7:29       ` Sven Eckelmann
2017-03-21  7:29         ` Sven Eckelmann
2017-03-21 13:00     ` Rob Herring
2017-03-21 13:00       ` Rob Herring
2017-03-21 13:00       ` Rob Herring
2017-03-21 14:33       ` Sven Eckelmann
2017-03-21 14:33         ` Sven Eckelmann
2017-03-21 14:33         ` Sven Eckelmann
2017-03-22  2:56         ` Rob Herring
2017-03-22  2:56           ` Rob Herring
2017-03-22  7:20           ` Sven Eckelmann
2017-03-22  7:20             ` Sven Eckelmann
2017-12-08  9:22             ` Kalle Valo
2017-12-08  9:22               ` Kalle Valo
2017-12-08  9:22               ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.