Skip to content

Commit 1d7a4a4

Browse files
krzkrobherring
authored andcommitted
dt-bindings: soundwire: qcom,soundwire: correct sizes related to number of ports
There are several properties depending on number of ports. Some of them had maximum limit of 5 and some of 8. SM8450 AudioReach comes with 8 ports, so fix the limits: sm8450-sony-xperia-nagara-pdx224.dtb: soundwire-controller@3250000: qcom,ports-word-length: 'oneOf' conditional failed, one must be fixed: [[255, 255, 255, 255, 255, 255, 255, 255]] is too short [255, 255, 255, 255, 255, 255, 255, 255] is too long Fixes: febc50b ("dt-bindings: soundwire: Convert text bindings to DT Schema") Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent 2a12187 commit 1d7a4a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ properties:
8080
or applicable for the respective data port.
8181
More info in MIPI Alliance SoundWire 1.0 Specifications.
8282
minItems: 3
83-
maxItems: 5
83+
maxItems: 8
8484

8585
qcom,ports-sinterval-low:
8686
$ref: /schemas/types.yaml#/definitions/uint8-array
@@ -124,7 +124,7 @@ properties:
124124
or applicable for the respective data port.
125125
More info in MIPI Alliance SoundWire 1.0 Specifications.
126126
minItems: 3
127-
maxItems: 5
127+
maxItems: 8
128128

129129
qcom,ports-block-pack-mode:
130130
$ref: /schemas/types.yaml#/definitions/uint8-array
@@ -154,7 +154,7 @@ properties:
154154
or applicable for the respective data port.
155155
More info in MIPI Alliance SoundWire 1.0 Specifications.
156156
minItems: 3
157-
maxItems: 5
157+
maxItems: 8
158158
items:
159159
oneOf:
160160
- minimum: 0
@@ -171,7 +171,7 @@ properties:
171171
or applicable for the respective data port.
172172
More info in MIPI Alliance SoundWire 1.0 Specifications.
173173
minItems: 3
174-
maxItems: 5
174+
maxItems: 8
175175
items:
176176
oneOf:
177177
- minimum: 0
@@ -187,7 +187,7 @@ properties:
187187
or applicable for the respective data port.
188188
More info in MIPI Alliance SoundWire 1.0 Specifications.
189189
minItems: 3
190-
maxItems: 5
190+
maxItems: 8
191191
items:
192192
oneOf:
193193
- minimum: 0

0 commit comments

Comments
 (0)