Skip to content

Commit 6002a78

Browse files
stephan-ghandersson
authored andcommitted
arm64: dts: qcom: msm8939: Disable lpass_codec by default
Update for recent changes to msm8916.dtsi in commit a5cf21b ("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
1 parent dce9254 commit 6002a78

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/apq8039-t2.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@
135135
status = "okay";
136136
};
137137

138+
&lpass_codec {
139+
status = "okay";
140+
};
141+
138142
&mdss {
139143
status = "okay";
140144
};

arch/arm64/boot/dts/qcom/msm8939.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1608,6 +1608,7 @@
16081608
<&gcc GCC_CODEC_DIGCODEC_CLK>;
16091609
clock-names = "ahbix-clk", "mclk";
16101610
#sound-dai-cells = <1>;
1611+
status = "disabled";
16111612
};
16121613

16131614
sdhc_1: mmc@7824900 {

0 commit comments

Comments
 (0)