arm64: dts: qcom: msm8939: Disable lpass_codec by default

Update for recent changes to msm8916.dtsi in commit a5cf21b146
("arm64: dts: qcom: msm8916: Disable audio codecs by default") and
make lpass_codec disabled by default for devices that are not using
the audio codec functionality inside MSM8939.

Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230530-msm8939-regulators-v1-2-a3c3ac833567@gerhold.net
This commit is contained in:
Stephan Gerhold 2023-06-14 09:16:00 +02:00 committed by Bjorn Andersson
parent dce9254511
commit 6002a78023
2 changed files with 5 additions and 0 deletions

View file

@ -135,6 +135,10 @@ &lpass {
status = "okay";
};
&lpass_codec {
status = "okay";
};
&mdss {
status = "okay";
};

View file

@ -1608,6 +1608,7 @@ lpass_codec: audio-codec@771c000 {
<&gcc GCC_CODEC_DIGCODEC_CLK>;
clock-names = "ahbix-clk", "mclk";
#sound-dai-cells = <1>;
status = "disabled";
};
sdhc_1: mmc@7824900 {