Commit 5f9cd0f7 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Mark Brown

ASoC: dt-bindings: qcom,lpass-cpu: Fix DAI children pattern

DAI children (as subnodes) can come with two-digit unit addresses:

  sc7280-herobrine-crd.dtb: audio@3987000: Unevaluated properties are not allowed ('dai-link@19', 'dai-link@25' were unexpected)
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20221227163135.102559-2-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent a1df7854
...@@ -78,7 +78,7 @@ properties: ...@@ -78,7 +78,7 @@ properties:
const: 0 const: 0
patternProperties: patternProperties:
"^dai-link@[0-9a-f]$": "^dai-link@[0-9a-f]+$":
type: object type: object
description: | description: |
LPASS CPU dai node for each I2S device or Soundwire device. Bindings of each node LPASS CPU dai node for each I2S device or Soundwire device. Bindings of each node
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment