arm64: dts: qcom: sdm845-enchilada: use 0 as speaker DAI cells

MAX98927 speaker amplifier has only one DAI, so DAI cells can be just 0
(as expected by bindings).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230730201913.70667-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2023-07-30 22:19:13 +02:00 committed by Bjorn Andersson
parent 7c0755120f
commit 636f47cac0

View File

@ -39,7 +39,7 @@
max98927_codec: max98927@3a {
compatible = "maxim,max98927";
reg = <0x3a>;
#sound-dai-cells = <1>;
#sound-dai-cells = <0>;
pinctrl-0 = <&speaker_default>;
pinctrl-names = "default";
@ -66,7 +66,7 @@
&speaker_playback_dai {
codec {
sound-dai = <&max98927_codec 0>;
sound-dai = <&max98927_codec>;
};
};