Home
last modified time | relevance | path

Searched hist:"9 cfc7235a5e1a21cd0e36ea5d430c24898b8bdda" (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/plat/amd/versal2/
H A Dplat_psci_pm.c9cfc7235a5e1a21cd0e36ea5d430c24898b8bdda Wed Oct 01 11:49:42 UTC 2025 Naman Trivedi <naman.trivedimanojbhai@amd.com> fix(versal2): use PM_STATE_CPU_OFF for core power down in SELF_SUSPEND

Currently TF-A provides PM_STATE_CPU_IDLE state during SELF_SUSPEND
to power down the core. PM_STATE_CPU_IDLE is intended for CPU-idle
suspend paths (when Linux CPU idle is enabled) and is not the correct
state for a full core power-off.

Fix this by providing PM_STATE_CPU_OFF state to power down the core.

Change-Id: I25585b32fe90372b0404a1ad89544f1aaa2f34a2
Signed-off-by: Naman Trivedi <naman.trivedimanojbhai@amd.com>