Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: febc50b82bc9 ("dt-bindings: soundwire: Convert text bindings to DT Schema")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221223132159.81211-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Rob Herring
1d7a4a40 2a12187d

+5 -5
+5 -5
Documentation/devicetree/bindings/soundwire/qcom,soundwire.yaml
··· 80 80 or applicable for the respective data port. 81 81 More info in MIPI Alliance SoundWire 1.0 Specifications. 82 82 minItems: 3 83 - maxItems: 5 83 + maxItems: 8 84 84 85 85 qcom,ports-sinterval-low: 86 86 $ref: /schemas/types.yaml#/definitions/uint8-array ··· 124 124 or applicable for the respective data port. 125 125 More info in MIPI Alliance SoundWire 1.0 Specifications. 126 126 minItems: 3 127 - maxItems: 5 127 + maxItems: 8 128 128 129 129 qcom,ports-block-pack-mode: 130 130 $ref: /schemas/types.yaml#/definitions/uint8-array ··· 154 154 or applicable for the respective data port. 155 155 More info in MIPI Alliance SoundWire 1.0 Specifications. 156 156 minItems: 3 157 - maxItems: 5 157 + maxItems: 8 158 158 items: 159 159 oneOf: 160 160 - minimum: 0 ··· 171 171 or applicable for the respective data port. 172 172 More info in MIPI Alliance SoundWire 1.0 Specifications. 173 173 minItems: 3 174 - maxItems: 5 174 + maxItems: 8 175 175 items: 176 176 oneOf: 177 177 - minimum: 0 ··· 187 187 or applicable for the respective data port. 188 188 More info in MIPI Alliance SoundWire 1.0 Specifications. 189 189 minItems: 3 190 - maxItems: 5 190 + maxItems: 8 191 191 items: 192 192 oneOf: 193 193 - minimum: 0