From: Taniya Das Date: Fri, 21 Feb 2025 09:34:56 +0000 (+0530) Subject: arm64: dts: qcom: qcm6490-idp: Update the LPASS audio node X-Git-Tag: v6.16-rc1~97^2~20^2~63 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9361ee93ac9d1b6730a65fc690e64cffaa41335e;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Taniya Das Link: https://lore.kernel.org/r/20250221-lpass_qcm6490_resets-v5-3-6be0c0949a83@quicinc.com Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/boot/dts/qcom/qcm6490-idp.dts b/arch/arm64/boot/dts/qcom/qcm6490-idp.dts index 4e5176176860f..7a155ef6492e1 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; +};