Commit 480b2622 authored by Jerome Brunet's avatar Jerome Brunet Committed by Mark Brown

ASoC: dt-bindings: meson: fix gx-card codec node regex

'codec' is a valid node name when there is a single codec
in the link. Fix the node regular expression to apply this.

Fixes: fd00366b ("ASoC: meson: gx: add sound card dt-binding documentation")
Signed-off-by: default avatarJerome Brunet <jbrunet@baylibre.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230202183653.486216-3-jbrunet@baylibre.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent e398bbb9
...@@ -62,7 +62,7 @@ patternProperties: ...@@ -62,7 +62,7 @@ patternProperties:
description: phandle of the CPU DAI description: phandle of the CPU DAI
patternProperties: patternProperties:
"^codec-[0-9]+$": "^codec(-[0-9]+)?$":
type: object type: object
additionalProperties: false additionalProperties: false
description: |- description: |-
......
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