Skip to content

Commit ce7c014

Browse files
quic-bjorandeandersson
authored andcommitted
arm64: dts: qcom: sc8280xp: Flush RSC sleep & wake votes
The rpmh driver will cache sleep and wake votes until the cluster power-domain is about to enter idle, to avoid unnecessary writes. So associate the apps_rsc with the cluster pd, so that it can be notified about this event. Without this, only AMC votes are being commited. Signed-off-by: Bjorn Andersson <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Fixes: 152d1fa ("arm64: dts: qcom: add SC8280XP platform") Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 2d80b1e commit ce7c014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3986,6 +3986,7 @@
39863986
qcom,tcs-config = <ACTIVE_TCS 2>, <SLEEP_TCS 3>,
39873987
<WAKE_TCS 3>, <CONTROL_TCS 1>;
39883988
label = "apps_rsc";
3989+
power-domains = <&CLUSTER_PD>;
39893990

39903991
apps_bcm_voter: bcm-voter {
39913992
compatible = "qcom,bcm-voter";

0 commit comments

Comments
 (0)