Commit 8102d8cd authored by Mark Brown's avatar Mark Brown

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
...@@ -9,6 +9,9 @@ title: Amlogic AIU audio output controller ...@@ -9,6 +9,9 @@ title: Amlogic AIU audio output controller
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@.*"
...@@ -65,6 +68,8 @@ properties: ...@@ -65,6 +68,8 @@ properties:
resets: resets:
maxItems: 1 maxItems: 1
sound-name-prefix: true
required: required:
- "#sound-dai-cells" - "#sound-dai-cells"
- compatible - compatible
......
...@@ -9,6 +9,9 @@ title: Dummy SPDIF Transmitter Device Tree Bindings ...@@ -9,6 +9,9 @@ title: Dummy SPDIF Transmitter Device Tree Bindings
maintainers: maintainers:
- Mark Brown <broonie@kernel.org> - Mark Brown <broonie@kernel.org>
allOf:
- $ref: name-prefix.yaml#
properties: properties:
compatible: compatible:
const: linux,spdif-dit const: linux,spdif-dit
...@@ -16,6 +19,8 @@ properties: ...@@ -16,6 +19,8 @@ properties:
"#sound-dai-cells": "#sound-dai-cells":
const: 0 const: 0
sound-name-prefix: true
required: required:
- "#sound-dai-cells" - "#sound-dai-cells"
- compatible - compatible
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment