summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaniya Das <quic_tdas@quicinc.com>2025-02-21 15:04:56 +0530
committerBjorn Andersson <andersson@kernel.org>2025-04-15 21:38:48 -0500
commit9361ee93ac9d1b6730a65fc690e64cffaa41335e (patch)
tree56d46eddd93943f494cb503a27b418dcc6790bfb
parentd180c2bd3b43d55f30c9b99de68bc6bb8420d1c1 (diff)
downloadlinux-9361ee93ac9d1b6730a65fc690e64cffaa41335e.tar.gz
linux-9361ee93ac9d1b6730a65fc690e64cffaa41335e.zip
arm64: dts: qcom: qcm6490-idp: Update the LPASS audio node
Update the lpassaudio node to support the new compatible as the lpassaudio needs to support the reset functionality on the QCM6490 IDP board and the rest of the Audio functionality would be provided from the LPASS firmware. Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Taniya Das <quic_tdas@quicinc.com> Link: https://lore.kernel.org/r/20250221-lpass_qcm6490_resets-v5-3-6be0c0949a83@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-rw-r--r--arch/arm64/boot/dts/qcom/qcm6490-idp.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/qcm6490-idp.dts b/arch/arm64/boot/dts/qcom/qcm6490-idp.dts
index 4e5176176860..7a155ef6492e 100644
--- a/arch/arm64/boot/dts/qcom/qcm6490-idp.dts
+++ b/arch/arm64/boot/dts/qcom/qcm6490-idp.dts
@@ -780,3 +780,8 @@
status = "okay";
};
+
+&lpass_audiocc {
+ compatible = "qcom,qcm6490-lpassaudiocc";
+ /delete-property/ power-domains;
+};