diff options
author | Mark Brown <broonie@kernel.org> | 2021-12-23 17:16:00 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-12-23 17:16:00 +0000 |
commit | 8102d8cd8f26117a7d74142878b4efe7fdeda6cf (patch) | |
tree | dda98b93334f03fb5841c07cacaaf48f35165a67 | |
parent | 1d194b6b3d3afe3c4fe546385cae970d00641911 (diff) | |
parent | 559ec82aa47d7c9ce39f3c769f1ba5f3237f6869 (diff) |
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
-rw-r--r-- | Documentation/devicetree/bindings/sound/amlogic,aiu.yaml | 5 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/amlogic,aiu.yaml b/Documentation/devicetree/bindings/sound/amlogic,aiu.yaml index f50558ed914f..0705f91199a0 100644 --- a/Documentation/devicetree/bindings/sound/amlogic,aiu.yaml +++ b/Documentation/devicetree/bindings/sound/amlogic,aiu.yaml @@ -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 diff --git a/Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml b/Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml index c6b070e1d014..a4f9257e313d 100644 --- a/Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml +++ b/Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml @@ -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 |