Hi Anup, Am Dienstag, 12. Oktober 2021, 11:58:54 CEST schrieb Anup Patel: > The generic power domain related code in PSCI domain driver is largely > independent of PSCI and can be shared with RISC-V SBI domain driver > hence we factor-out this code into dt_idle_genpd.c and dt_idle_genpd.h. > > Signed-off-by: Anup Patel <anup.patel@xxxxxxx> > Reviewed-by: Ulf Hansson <ulf.hansson@xxxxxxxxxx> On a Rockchip rk3399 with "psci_idle" cpuidle driver and states "WFI", "cpu-sleep" and "cluster-sleep" I checked that all states are entered sucessfully both before and after applying this patch, so ARM64-side: Tested-by: Heiko Stuebner <heiko@xxxxxxxxx> Heiko