mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
ASoC: dt-bindings: meson: fix gx-card codec node regex
[ Upstream commit480b262268
] 'codec' is a valid node name when there is a single codec in the link. Fix the node regular expression to apply this. Fixes:fd00366b8e
("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
9eecb446fa
commit
265fdccd77
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ patternProperties:
|
|||
description: phandle of the CPU DAI
|
||||
|
||||
patternProperties:
|
||||
"^codec-[0-9]+$":
|
||||
"^codec(-[0-9]+)?$":
|
||||
type: object
|
||||
additionalProperties: false
|
||||
description: |-
|
||||
|
|
Loading…
Reference in a new issue