Skip to content

Commit f275447

Browse files
quic-kdybcioandersson
authored andcommitted
arm64: dts: qcom: sa8775p: Clean up the PSCI PDs
Because SA8775P comes with two disjoint CPU clusters, we have to follow a similar topology description like the one in sm8750.dtsi, so: system_pd cluster0_pd cpu_pd0 ... cluster1_pd cpu_pd4 ... Do that & wire it up to APPS RSC to make the bindings checker happy. Signed-off-by: Konrad Dybcio <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/20250327-topic-more_dt_bindings_fixes-v2-11-b763d958545f@oss.qualcomm.com Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 2788074 commit f275447

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -471,17 +471,17 @@
471471

472472
cluster_0_pd: power-domain-cluster0 {
473473
#power-domain-cells = <0>;
474-
power-domains = <&cluster_2_pd>;
475474
domain-idle-states = <&cluster_sleep_gold>;
475+
power-domains = <&system_pd>;
476476
};
477477

478478
cluster_1_pd: power-domain-cluster1 {
479479
#power-domain-cells = <0>;
480-
power-domains = <&cluster_2_pd>;
481480
domain-idle-states = <&cluster_sleep_gold>;
481+
power-domains = <&system_pd>;
482482
};
483483

484-
cluster_2_pd: power-domain-cluster2 {
484+
system_pd: power-domain-system {
485485
#power-domain-cells = <0>;
486486
domain-idle-states = <&cluster_sleep_apss_rsc_pc>;
487487
};
@@ -5484,6 +5484,7 @@
54845484
<WAKE_TCS 3>,
54855485
<CONTROL_TCS 0>;
54865486
label = "apps_rsc";
5487+
power-domains = <&system_pd>;
54875488

54885489
apps_bcm_voter: bcm-voter {
54895490
compatible = "qcom,bcm-voter";

0 commit comments

Comments
 (0)