From: Luca Weiss Date: Tue, 30 Sep 2025 13:57:05 +0000 (+0200) Subject: arm64: dts: qcom: sm7325-nothing-spacewar: Use correct compatible for audiocc X-Git-Tag: v6.19-rc1~100^2~14^2~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=037f0f59bb0f43bda3d3f0892f9bf65a64c173e2;p=thirdparty%2Flinux.git arm64: dts: qcom: sm7325-nothing-spacewar: Use correct compatible for audiocc Use the correct compatible for this phone with standard Qualcomm firmware and remove references to power-domains from a 'reserved' node. Signed-off-by: Luca Weiss Reviewed-by: Dmitry Baryshkov Link: https://lore.kernel.org/r/20250930-sc7280-dts-misc-v1-5-5a45923ef705@fairphone.com Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/boot/dts/qcom/sm7325-nothing-spacewar.dts b/arch/arm64/boot/dts/qcom/sm7325-nothing-spacewar.dts index f16b47b6a74c5..cb59c122f6f6a 100644 --- a/arch/arm64/boot/dts/qcom/sm7325-nothing-spacewar.dts +++ b/arch/arm64/boot/dts/qcom/sm7325-nothing-spacewar.dts @@ -978,6 +978,11 @@ status = "okay"; }; +&lpass_audiocc { + compatible = "qcom,qcm6490-lpassaudiocc"; + /delete-property/ power-domains; +}; + &mdss { status = "okay"; };