commit | dc693ec6d7872586361603dc5f6509939f63e37c | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Feb 25 17:22:53 2021 +0800 |
committer | Priyanka Jain <priyanka.jain@nxp.com> | Fri Mar 05 10:25:43 2021 +0530 |
tree | 16e3c59323c9057ff5f9ef9ec9bcce0979de897c | |
parent | a0aba783928bfc551c390c0772c2273a65165271 [diff] |
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> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>