
22 Feb
2021
22 Feb
'21
10:15 a.m.
-----Original Message----- From: Bin Meng bmeng.cn@gmail.com Sent: Thursday, February 18, 2021 9:28 PM To: Simon Glass sjg@chromium.org; Alexander Graf agraf@csgraf.de; Priyanka Jain priyanka.jain@nxp.com Cc: U-Boot Mailing List u-boot@lists.denx.de; Tom Rini trini@konsulko.com Subject: [PATCH v2 32/38] ppc: qemu: Enable support for power off via GPIO
The QEMU ppce500 target provides the power off functionality via the GPIO pin#0, and we can support this using the sysreset gpio poweroff driver. Let's enable it.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Changes in v2:
- new patch: ppc: qemu: Enable support for power off via GPIO
configs/qemu-ppce500_defconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
Reviewed-by: Priyanka Jain priyanka.jain@nxp.com