RE: [PATCH v2 30/38] ppc: qemu: Enable GPIO support

2021-02-22 Thread Priyanka Jain
>-Original Message- >From: Bin Meng >Sent: Thursday, February 18, 2021 9:28 PM >To: Simon Glass ; Alexander Graf ; >Priyanka Jain >Cc: U-Boot Mailing List ; Tom Rini > >Subject: [PATCH v2 30/38] ppc: qemu: Enable GPIO support > >QEMU ppce500 target integr

[PATCH v2 30/38] ppc: qemu: Enable GPIO support

2021-02-18 Thread Bin Meng
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 --- Changes in v2: - new patch: ppc: qemu: Enable GPIO support configs/qemu-ppce500_defconfig | 3 +++ 1 file ch