[PATCH 8/9] arm64: dts: qcom: x1e80100-qcp: Explicitly enable used audio codecs
From: Stephan Gerhold
Date: Wed Aug 13 2025 - 12:14:17 EST
Currently, the macro audio codecs are enabled by default in x1e80100.dtsi.
However, they do not probe without the ADSP remoteproc, which is disabled
by default. Also, not all boards make use of all the audio codecs, e.g.
there are several boards with just two speakers. In this case, the
&lpass_wsa2macro is not used.
In preparation of disabling the audio codecs by default in x1e80100.dtsi,
add the missing status lines to explicitly enable the used audio codecs.
Signed-off-by: Stephan Gerhold <stephan.gerhold@xxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/x1e80100-qcp.dts | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/x1e80100-qcp.dts b/arch/arm64/boot/dts/qcom/x1e80100-qcp.dts
index 9369b76c668b5c008fefd85d5ca18e87ab9ce93f..8deb07197ffd7c0da74436d8562f540abe4c4713 100644
--- a/arch/arm64/boot/dts/qcom/x1e80100-qcp.dts
+++ b/arch/arm64/boot/dts/qcom/x1e80100-qcp.dts
@@ -871,7 +871,13 @@ eusb6_repeater: redriver@4f {
};
};
+&lpass_rxmacro {
+ status = "okay";
+};
+
&lpass_tlmm {
+ status = "okay";
+
spkr_01_sd_n_active: spkr-01-sd-n-active-state {
pins = "gpio12";
function = "gpio";
@@ -881,6 +887,19 @@ spkr_01_sd_n_active: spkr-01-sd-n-active-state {
};
};
+&lpass_txmacro {
+ status = "okay";
+};
+
+&lpass_vamacro {
+ /* Not directly used, but needed for fsgen by all other macros */
+ status = "okay";
+};
+
+&lpass_wsamacro {
+ status = "okay";
+};
+
&mdss {
status = "okay";
};
--
2.50.1