Unverified Commit 847cbea6 authored by Alexander Stein's avatar Alexander Stein Committed by Mark Brown
Browse files

ASoC: meson: t9015: add missing sound-name-prefix property



This is used in meson-gxl and meson-g12-common .dtsi. Add the property to
the binding.
This fixes the dtschema warning:
audio-controller@32000: 'sound-name-prefix' does not match any of the
regexes: 'pinctrl-[0-9]+'

Signed-off-by: default avatarAlexander Stein <alexander.stein@mailbox.org>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20211218143423.18768-2-alexander.stein@mailbox.org


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 0d422a46
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -9,6 +9,9 @@ title: Amlogic T9015 Internal Audio DAC
maintainers:
maintainers:
  - Jerome Brunet <jbrunet@baylibre.com>
  - Jerome Brunet <jbrunet@baylibre.com>


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

properties:
properties:
  $nodename:
  $nodename:
    pattern: "^audio-controller@.*"
    pattern: "^audio-controller@.*"
@@ -38,6 +41,8 @@ properties:
    description:
    description:
      Analogue power supply.
      Analogue power supply.


  sound-name-prefix: true

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