diff options
author | Nícolas F. R. A. Prado <nfraprado@collabora.com> | 2022-10-24 19:06:57 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-10-26 14:18:30 +0100 |
commit | 555e6f573a0a08b66b9543a0e098c5d6adf8e8af (patch) | |
tree | ffde60ec131b6bb48dd09f4aad152a8c4c36480b | |
parent | 2cfcc1085d3b7b7c893be41034853d4c63a41092 (diff) | |
download | lwn-555e6f573a0a08b66b9543a0e098c5d6adf8e8af.tar.gz lwn-555e6f573a0a08b66b9543a0e098c5d6adf8e8af.zip |
ASoC: dt-bindings: mt8192-mt6359: Set maxItems, not type, for sound-dai
sound-dai is a standard property whose type is already set to
phandle-array by sound-dai.yaml, so there's no need to set it (and
wrongly so for headset-codec) in this binding. What should be set
however is the maximum number of items, which for headset-codec should
be 1.
Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20221024230658.1772907-1-nfraprado@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sound/mt8192-mt6359-rt1015-rt5682.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/mt8192-mt6359-rt1015-rt5682.yaml b/Documentation/devicetree/bindings/sound/mt8192-mt6359-rt1015-rt5682.yaml index 478be7e3fa29..c6e614c1c30b 100644 --- a/Documentation/devicetree/bindings/sound/mt8192-mt6359-rt1015-rt5682.yaml +++ b/Documentation/devicetree/bindings/sound/mt8192-mt6359-rt1015-rt5682.yaml @@ -34,7 +34,7 @@ properties: properties: sound-dai: - $ref: /schemas/types.yaml#/definitions/phandle + maxItems: 1 required: - sound-dai @@ -48,7 +48,6 @@ properties: maxItems: 2 items: maxItems: 1 - $ref: /schemas/types.yaml#/definitions/phandle-array required: - sound-dai |