Skip to content

Commit 3e188f8

Browse files
krzkrobherring
authored andcommitted
dt-bindings: soundwire: qcom: Document v2.1.0 version of IP block
All Qualcomm SoC Soundwire controllers are version-detectable (even 1.x), however certain unidentified quirks might be potentially needed, so document v2.1 version used on Qualcomm SM8650 and SM8750 SoCs, fallbacking to v2.0. Suggested-by: Konrad Dybcio <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring (Arm) <[email protected]>
1 parent cf0da5b commit 3e188f8

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

Documentation/devicetree/bindings/soundwire/qcom,soundwire.yaml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,18 @@ description:
1515

1616
properties:
1717
compatible:
18-
enum:
19-
- qcom,soundwire-v1.3.0
20-
- qcom,soundwire-v1.5.0
21-
- qcom,soundwire-v1.5.1
22-
- qcom,soundwire-v1.6.0
23-
- qcom,soundwire-v1.7.0
24-
- qcom,soundwire-v2.0.0
18+
oneOf:
19+
- enum:
20+
- qcom,soundwire-v1.3.0
21+
- qcom,soundwire-v1.5.0
22+
- qcom,soundwire-v1.5.1
23+
- qcom,soundwire-v1.6.0
24+
- qcom,soundwire-v1.7.0
25+
- qcom,soundwire-v2.0.0
26+
- items:
27+
- enum:
28+
- qcom,soundwire-v2.1.0
29+
- const: qcom,soundwire-v2.0.0
2530

2631
reg:
2732
maxItems: 1

0 commit comments

Comments
 (0)