]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: qcm6490-idp: Update the LPASS audio node
authorTaniya Das <quic_tdas@quicinc.com>
Fri, 21 Feb 2025 09:34:56 +0000 (15:04 +0530)
committerBjorn Andersson <andersson@kernel.org>
Wed, 16 Apr 2025 02:38:48 +0000 (21:38 -0500)
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>
arch/arm64/boot/dts/qcom/qcm6490-idp.dts

index 4e5176176860fdb3b6ee5026b01355a59146affa..7a155ef6492e176390faa3f2dbe419f5cfa62f0d 100644 (file)
 
        status = "okay";
 };
+
+&lpass_audiocc {
+       compatible = "qcom,qcm6490-lpassaudiocc";
+       /delete-property/ power-domains;
+};