Commit 636f47ca authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230730201913.70667-2-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 7c075512
...@@ -39,7 +39,7 @@ &i2c4 { ...@@ -39,7 +39,7 @@ &i2c4 {
max98927_codec: max98927@3a { max98927_codec: max98927@3a {
compatible = "maxim,max98927"; compatible = "maxim,max98927";
reg = <0x3a>; reg = <0x3a>;
#sound-dai-cells = <1>; #sound-dai-cells = <0>;
pinctrl-0 = <&speaker_default>; pinctrl-0 = <&speaker_default>;
pinctrl-names = "default"; pinctrl-names = "default";
...@@ -66,7 +66,7 @@ &sound { ...@@ -66,7 +66,7 @@ &sound {
&speaker_playback_dai { &speaker_playback_dai {
codec { codec {
sound-dai = <&max98927_codec 0>; sound-dai = <&max98927_codec>;
}; };
}; };
......
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