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

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.org


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 7c075512
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ &i2c4 {
	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 @@ &sound {

&speaker_playback_dai {
	codec {
		sound-dai = <&max98927_codec 0>;
		sound-dai = <&max98927_codec>;
	};
};