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

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: fd00366b8e41 ("ASoC: meson: gx: add sound card dt-binding documentation")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230202183653.486216-3-jbrunet@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Jerome Brunet and committed by
Mark Brown
480b2622 e398bbb9

+1 -1
+1 -1
Documentation/devicetree/bindings/sound/amlogic,gx-sound-card.yaml
··· 62 62 description: phandle of the CPU DAI 63 63 64 64 patternProperties: 65 - "^codec-[0-9]+$": 65 + "^codec(-[0-9]+)?$": 66 66 type: object 67 67 additionalProperties: false 68 68 description: |-