
22 Feb
2021
22 Feb
'21
10:13 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 30/38] ppc: qemu: Enable GPIO support
QEMU ppce500 target integrates a GPIO controller that is compatible with the QorIQ GPIO controller. Enable the DM GPIO driver for it and the 'gpio' command.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Changes in v2:
- new patch: ppc: qemu: Enable GPIO support
configs/qemu-ppce500_defconfig | 3 +++ 1 file changed, 3 insertions(+)
Reviewed-by: Priyanka Jain priyanka.jain@nxp.com