]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: qcs6490-rb3gen2: Update the LPASS audio node
authorTaniya Das <quic_tdas@quicinc.com>
Fri, 21 Feb 2025 09:34:57 +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
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>
arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts

index e6811a094332b79e98a75a3ec85acc9dc0ba4ca0..5fbcd48f2e2d839835fa464a8d5682f00557f82e 100644 (file)
                bias-pull-up;
        };
 };
+
+&lpass_audiocc {
+       compatible = "qcom,qcm6490-lpassaudiocc";
+       /delete-property/ power-domains;
+};