]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: sdm845: Add specific APPS RSC compatible
authorKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Thu, 27 Mar 2025 01:47:05 +0000 (02:47 +0100)
committerBjorn Andersson <andersson@kernel.org>
Mon, 19 May 2025 20:33:49 +0000 (15:33 -0500)
SDM845 comes in a couple firmware flavors, some of which don't support
PSCI in OSI mode. That prevents the power domain exepcted by the RSC
node from providing useful information on system power collapse.

Use the platform-specific compatible to allow not passing one.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250327-topic-more_dt_bindings_fixes-v2-3-b763d958545f@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sdm845.dtsi

index 19ece2daedbcf4019683e041766a8c4e816565c3..3bc8471c658bda987d6fcff3359d63b367148e89 100644 (file)
                };
 
                apps_rsc: rsc@179c0000 {
+                       compatible = "qcom,sdm845-rpmh-apps-rsc", "qcom,rpmh-rsc";
                        label = "apps_rsc";
-                       compatible = "qcom,rpmh-rsc";
                        reg = <0 0x179c0000 0 0x10000>,
                              <0 0x179d0000 0 0x10000>,
                              <0 0x179e0000 0 0x10000>;