From: Quanyang Wang <[email protected]> The PSM Firmware which handles power management request does NOT support CPU Idle, so we need to disable it explicitly.
Signed-off-by: Quanyang Wang <[email protected]> --- Hi Bruce, Would you please help merge this patch to the branch: yocto-6.6 Thanks, Quanyang --- bsp/amd-versal/amd-versal.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/amd-versal/amd-versal.cfg b/bsp/amd-versal/amd-versal.cfg index 373bc157d6..9930726167 100644 --- a/bsp/amd-versal/amd-versal.cfg +++ b/bsp/amd-versal/amd-versal.cfg @@ -184,6 +184,6 @@ CONFIG_VERSAL_SYSMON=y CONFIG_XILINX_AIE=y -CONFIG_ARM_PSCI_CPUIDLE=y +# CONFIG_ARM_PSCI_CPUIDLE is not set CONFIG_RESET_CONTROLLER=y -- 2.36.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14698): https://lists.yoctoproject.org/g/linux-yocto/message/14698 Mute This Topic: https://lists.yoctoproject.org/mt/110338228/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
