summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2024-01-24 13:07:53 -0600
committerMark Brown <broonie@kernel.org>2024-01-26 14:46:54 +0000
commit36553eb7785da18568de2b8ecafb3d80db1a0d6b (patch)
tree389bd7255a461dd142ce15494934c55097bca62b
parent966323dd9a65dde599f59176280468a0cb04c875 (diff)
downloadlinux-stable-36553eb7785da18568de2b8ecafb3d80db1a0d6b.tar.gz
linux-stable-36553eb7785da18568de2b8ecafb3d80db1a0d6b.tar.bz2
linux-stable-36553eb7785da18568de2b8ecafb3d80db1a0d6b.zip
ASoC: dt-bindings: samsung,tm2: Correct "audio-codec" constraints
The "audio-codec" constraints define how many entries(2), but not the size of each entry. Each entry is a single phandle. Define the size with an inner 'items' list. Signed-off-by: Rob Herring <robh@kernel.org> Link: https://msgid.link/r/20240124190754.1554899-1-robh@kernel.org Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--Documentation/devicetree/bindings/sound/samsung,tm2.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/samsung,tm2.yaml b/Documentation/devicetree/bindings/sound/samsung,tm2.yaml
index 760592599143..cbc7ba37362a 100644
--- a/Documentation/devicetree/bindings/sound/samsung,tm2.yaml
+++ b/Documentation/devicetree/bindings/sound/samsung,tm2.yaml
@@ -25,8 +25,11 @@ properties:
description: Phandles to the codecs.
$ref: /schemas/types.yaml#/definitions/phandle-array
items:
- - description: Phandle to the WM5110 audio codec.
- - description: Phandle to the HDMI transmitter node.
+ - items:
+ - description: Phandle to the WM5110 audio codec.
+ - items:
+ - description: Phandle to the HDMI transmitter node.
+
samsung,audio-routing:
description: |