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