mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-13 00:19:55 -04:00
arm64: dts: qcom: sc7180: Add specific APPS RSC compatible
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>
This commit is contained in:
committed by
Bjorn Andersson
parent
1838d9297f
commit
a9fa18f839
@@ -3723,7 +3723,7 @@ frame@17c2d000 {
|
||||
};
|
||||
|
||||
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>;
|
||||
|
||||
Reference in New Issue
Block a user