Skip to content

Commit 96df1f1

Browse files
madhukar-ArmTrustedFirmware Code Review
authored andcommitted
Merge "fix(plat/css): fix invalid redistributor poweroff" into integration
2 parents 5c5ea61 + 60719e4 commit 96df1f1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plat/arm/css/common/css_pm.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,6 @@ static void css_power_down_common(const psci_power_state_t *target_state)
130130
/* Prevent interrupts from spuriously waking up this cpu */
131131
plat_arm_gic_cpuif_disable();
132132

133-
/* Turn redistributor off */
134-
plat_arm_gic_redistif_off();
135-
136133
/* Cluster is to be turned off, so disable coherency */
137134
if (CSS_CLUSTER_PWR_STATE(target_state) == ARM_LOCAL_STATE_OFF) {
138135
plat_arm_interconnect_exit_coherency();

0 commit comments

Comments
 (0)