Skip to content

Commit

Permalink
ASoC: dt-bindings: spdif-dit: add missing sound-name-prefix property
Browse files Browse the repository at this point in the history
This is used in meson-axg, meson-g12 and meson-gx. Add the property to
the binding.
This fixes the dtschema warning:
audio-codec-0: 'sound-name-prefix' does not match any of the
regexes: 'pinctrl-[0-9]+'

Signed-off-by: Alexander Stein <alexander.stein@mailbox.org>
Link: https://lore.kernel.org/r/20211223122434.39378-3-alexander.stein@mailbox.org
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Alexander Stein authored and Mark Brown committed Dec 23, 2021
1 parent 37daf8d commit c6cef35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@ title: Dummy SPDIF Transmitter Device Tree Bindings
maintainers:
- Mark Brown <broonie@kernel.org>

allOf:
- $ref: name-prefix.yaml#

properties:
compatible:
const: linux,spdif-dit

"#sound-dai-cells":
const: 0

sound-name-prefix: true

required:
- "#sound-dai-cells"
- compatible
Expand Down

0 comments on commit c6cef35

Please sign in to comment.