Skip to content

Commit a9fa18f

Browse files
quic-kdybcioandersson
authored andcommitted
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 <[email protected]> Signed-off-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/20250327-topic-more_dt_bindings_fixes-v2-2-b763d958545f@oss.qualcomm.com Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 1838d92 commit a9fa18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3723,7 +3723,7 @@
37233723
};
37243724

37253725
apps_rsc: rsc@18200000 {
3726-
compatible = "qcom,rpmh-rsc";
3726+
compatible = "qcom,sc7180-rpmh-apps-rsc", "qcom,rpmh-rsc";
37273727
reg = <0 0x18200000 0 0x10000>,
37283728
<0 0x18210000 0 0x10000>,
37293729
<0 0x18220000 0 0x10000>;

0 commit comments

Comments
 (0)