]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: sc7180: Add specific APPS RSC compatible
authorKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Thu, 27 Mar 2025 01:47:04 +0000 (02:47 +0100)
committerBjorn Andersson <andersson@kernel.org>
Mon, 19 May 2025 20:33:49 +0000 (15:33 -0500)
SC7180 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-2-b763d958545f@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sc7180.dtsi

index bb1880a9458b8c570e3fda35d3c289a9a4ce29e3..01e727b021ec587f7b3384f7301620a21ddef281 100644 (file)
                };
 
                apps_rsc: rsc@18200000 {
-                       compatible = "qcom,rpmh-rsc";
+                       compatible = "qcom,sc7180-rpmh-apps-rsc", "qcom,rpmh-rsc";
                        reg = <0 0x18200000 0 0x10000>,
                              <0 0x18210000 0 0x10000>,
                              <0 0x18220000 0 0x10000>;