Message ID | 20230730201913.70667-1-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 7c0755120f1f0495fe418d50f0618945136df9d1 |
Headers | show |
Series | [1/2] arm64: dts: qcom: msm8953-tissot: use 0 as speaker DAI cells | expand |
On Sun, 30 Jul 2023 22:19:12 +0200, Krzysztof Kozlowski wrote: > MAX98927 speaker amplifier has only one DAI, so DAI cells can be just 0 > (as expected by bindings). > > Applied, thanks! [1/2] arm64: dts: qcom: msm8953-tissot: use 0 as speaker DAI cells commit: 7c0755120f1f0495fe418d50f0618945136df9d1 [2/2] arm64: dts: qcom: sdm845-enchilada: use 0 as speaker DAI cells commit: 636f47cac06a881415b8126802c38cbe5b32b575 Best regards,
diff --git a/arch/arm64/boot/dts/qcom/msm8953-xiaomi-tissot.dts b/arch/arm64/boot/dts/qcom/msm8953-xiaomi-tissot.dts index 831d3a42b583..61ff629c9bf3 100644 --- a/arch/arm64/boot/dts/qcom/msm8953-xiaomi-tissot.dts +++ b/arch/arm64/boot/dts/qcom/msm8953-xiaomi-tissot.dts @@ -96,7 +96,7 @@ max98927_codec: audio-codec@3a { vmon-slot-no = <1>; imon-slot-no = <1>; - #sound-dai-cells = <1>; + #sound-dai-cells = <0>; }; led-controller@45 {
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> --- arch/arm64/boot/dts/qcom/msm8953-xiaomi-tissot.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)