summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaniya Das <quic_tdas@quicinc.com>2025-02-21 15:04:57 +0530
committerBjorn Andersson <andersson@kernel.org>2025-04-15 21:38:48 -0500
commitf716f5dcf5cc40a0e883513b93dfaf35c50e7ead (patch)
tree8ed2347109557184a887bb465ed4a53f33b77e1c
parent9361ee93ac9d1b6730a65fc690e64cffaa41335e (diff)
downloadlinux-f716f5dcf5cc40a0e883513b93dfaf35c50e7ead.tar.gz
linux-f716f5dcf5cc40a0e883513b93dfaf35c50e7ead.zip
arm64: dts: qcom: qcs6490-rb3gen2: 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 QCS6490 RB3Gen2 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-4-6be0c0949a83@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-rw-r--r--arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts b/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
index e6811a094332..5fbcd48f2e2d 100644
--- a/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
+++ b/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
@@ -1264,3 +1264,8 @@
bias-pull-up;
};
};
+
+&lpass_audiocc {
+ compatible = "qcom,qcm6490-lpassaudiocc";
+ /delete-property/ power-domains;
+};