Unverified Commit 8102d8cd authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: More amlogic sound-name-prefix DT fixes

Merge series from Alexander Stein <alexander.stein@mailbox.org>:

Following up [1] here are more fix for missing sound-name-prefix
properties in the arch/arm64/boot/dts/amlogic/ subtree.

[1] https://www.spinics.net/lists/devicetree/msg466125.html
parents 1d194b6b 559ec82a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -9,6 +9,9 @@ title: Amlogic AIU audio output controller
maintainers:
  - Jerome Brunet <jbrunet@baylibre.com>

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

properties:
  $nodename:
    pattern: "^audio-controller@.*"
@@ -65,6 +68,8 @@ properties:
  resets:
    maxItems: 1

  sound-name-prefix: true

required:
  - "#sound-dai-cells"
  - compatible
+5 −0
Original line number Diff line number Diff line
@@ -9,6 +9,9 @@ title: Dummy SPDIF Transmitter Device Tree Bindings
maintainers:
  - Mark Brown <broonie@kernel.org>

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

properties:
  compatible:
    const: linux,spdif-dit
@@ -16,6 +19,8 @@ properties:
  "#sound-dai-cells":
    const: 0

  sound-name-prefix: true

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