From 507fca84368e749d435e802e2d01b8f00f88cc70 Mon Sep 17 00:00:00 2001 From: Boyan Karatotev Date: Tue, 4 Mar 2025 09:40:25 +0000 Subject: [PATCH] docs(psci): add a mention to the pwr_domain_pwr_down_wfi() The function got renamed to pwr_domain_pwr_down() but have a reference to it for anyone wondering where it went. Change-Id: Ica5fa11b9f18a7446c188e37b9f1d5508f4cf749 Signed-off-by: Boyan Karatotev --- docs/porting-guide.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/porting-guide.rst b/docs/porting-guide.rst index d06d15357..3b8572825 100644 --- a/docs/porting-guide.rst +++ b/docs/porting-guide.rst @@ -2938,6 +2938,8 @@ and instead called ``wfi`` (in an infinite loop) directly. This is still possible on platforms where this is guaranteed to be terminal, however, it is strongly discouraged going forward. +Previously this function was called ``pwr_domain_pwr_down_wfi()``. + plat_psci_ops.pwr_domain_on_finish() ....................................