Re: [PATCH] dt-bindings: soundwire: qcom,soundwire: correct sizes related to number of ports

From: Rob Herring
Date: Tue Jan 03 2023 - 19:42:19 EST



On Fri, 23 Dec 2022 14:21:59 +0100, Krzysztof Kozlowski wrote:
> 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@xxxxxxxxxx>
> ---
> .../devicetree/bindings/soundwire/qcom,soundwire.yaml | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>

Applied, thanks!