Skip to content

Commit facf5df

Browse files
quic-kdybcioandersson
authored andcommitted
arm64: dts: qcom: sdm845: Add specific APPS RSC compatible
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 <[email protected]> Signed-off-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/20250327-topic-more_dt_bindings_fixes-v2-3-b763d958545f@oss.qualcomm.com Signed-off-by: Bjorn Andersson <[email protected]>
1 parent a9fa18f commit facf5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/qcom/sdm845.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5269,8 +5269,8 @@
52695269
};
52705270

52715271
apps_rsc: rsc@179c0000 {
5272+
compatible = "qcom,sdm845-rpmh-apps-rsc", "qcom,rpmh-rsc";
52725273
label = "apps_rsc";
5273-
compatible = "qcom,rpmh-rsc";
52745274
reg = <0 0x179c0000 0 0x10000>,
52755275
<0 0x179d0000 0 0x10000>,
52765276
<0 0x179e0000 0 0x10000>;

0 commit comments

Comments
 (0)