Re: [U-Boot] [PATCH V2 3/4] ARM: omapl138_lcdk: Enable DM_GPIO and DM and GPIO Commands

2019-09-14 Thread Tom Rini
On Mon, Sep 02, 2019 at 06:52:03AM -0500, Adam Ford wrote: > The da8xx GPIO driver is available with DM_GPIO support. This > patch enables the CMD_GPIO, CMD_DM, and DM_GPIO and DA8XX_GPIO. > > Signed-off-by: Adam Ford Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP

[U-Boot] [PATCH V2 3/4] ARM: omapl138_lcdk: Enable DM_GPIO and DM and GPIO Commands

2019-09-02 Thread Adam Ford
The da8xx GPIO driver is available with DM_GPIO support. This patch enables the CMD_GPIO, CMD_DM, and DM_GPIO and DA8XX_GPIO. Signed-off-by: Adam Ford --- V2: Fix GPIO redefinition warning by making the max number of GPIOS's be consistent diff --git