diff options
author | Alexander Stein <alexander.stein@mailbox.org> | 2021-12-18 15:34:21 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-12-22 12:42:58 +0000 |
commit | 0d422a466ef7fdbbe402194ac06144d1bbcdc227 (patch) | |
tree | 148708c86d068565e72ded6917c48cad0e09592a | |
parent | 53778b8292b5492ec3ecf1efb84163eac2a6e422 (diff) | |
download | lwn-0d422a466ef7fdbbe402194ac06144d1bbcdc227.tar.gz lwn-0d422a466ef7fdbbe402194ac06144d1bbcdc227.zip |
ASoC: dt-bindings: Use name-prefix schema
name-prefix.txt does not exist anymore, just reference the schema instead.
Signed-off-by: Alexander Stein <alexander.stein@mailbox.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20211218143423.18768-1-alexander.stein@mailbox.org
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sound/simple-audio-amplifier.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/sound/simple-audio-amplifier.yaml b/Documentation/devicetree/bindings/sound/simple-audio-amplifier.yaml index 26379377a7ac..8327846356d3 100644 --- a/Documentation/devicetree/bindings/sound/simple-audio-amplifier.yaml +++ b/Documentation/devicetree/bindings/sound/simple-audio-amplifier.yaml @@ -9,6 +9,9 @@ title: Simple Audio Amplifier Device Tree Bindings maintainers: - Jerome Brunet <jbrunet@baylibre.com> +allOf: + - $ref: name-prefix.yaml# + properties: compatible: enum: @@ -22,10 +25,7 @@ properties: description: > power supply for the device - sound-name-prefix: - $ref: /schemas/types.yaml#/definitions/string - description: > - See ./name-prefix.txt + sound-name-prefix: true required: - compatible |