diff options
author | Alexander Stein <alexander.stein@mailbox.org> | 2021-12-18 15:34:23 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-12-22 12:43:00 +0000 |
commit | 1f6532073e3e9caee1dbc3f9b4be28359a181ea4 (patch) | |
tree | dde2c5e96df316b673d374bf753c96526ec12dd8 | |
parent | 847cbea6459d5beb3f0f960fde4337f28b663eae (diff) | |
download | linux-stable-1f6532073e3e9caee1dbc3f9b4be28359a181ea4.tar.gz linux-stable-1f6532073e3e9caee1dbc3f9b4be28359a181ea4.tar.bz2 linux-stable-1f6532073e3e9caee1dbc3f9b4be28359a181ea4.zip |
ASoC: meson: g12a: add missing sound-name-prefix property
This is used in meson-sm1 and meson-g12 .dtsi. Add the property to
the binding.
This fixes the dtschema warning:
audio-controller@740: 'sound-name-prefix' does not match any of the
regexes: 'pinctrl-[0-9]+'
Signed-off-by: Alexander Stein <alexander.stein@mailbox.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20211218143423.18768-3-alexander.stein@mailbox.org
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sound/amlogic,g12a-toacodec.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/amlogic,g12a-toacodec.yaml b/Documentation/devicetree/bindings/sound/amlogic,g12a-toacodec.yaml index 3c3891d17238..77469a45bb7a 100644 --- a/Documentation/devicetree/bindings/sound/amlogic,g12a-toacodec.yaml +++ b/Documentation/devicetree/bindings/sound/amlogic,g12a-toacodec.yaml @@ -9,6 +9,9 @@ title: Amlogic G12a Internal DAC Control Glue maintainers: - Jerome Brunet <jbrunet@baylibre.com> +allOf: + - $ref: name-prefix.yaml# + properties: $nodename: pattern: "^audio-controller@.*" @@ -31,6 +34,8 @@ properties: resets: maxItems: 1 + sound-name-prefix: true + required: - "#sound-dai-cells" - compatible |