diff mbox

[U-Boot,v2,3/4] odroid-c2: enable GPIO

Message ID 20170709223006.3998-4-b.galvani@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Beniamino Galvani July 9, 2017, 10:30 p.m. UTC
GPIOs are now supported on Meson GXBB, enable driver and command in
the config.

Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
---
 configs/odroid-c2_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Simon Glass July 14, 2017, 1:50 p.m. UTC | #1
On 9 July 2017 at 16:30, Beniamino Galvani <b.galvani@gmail.com> wrote:
> GPIOs are now supported on Meson GXBB, enable driver and command in
> the config.
>
> Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
> ---
>  configs/odroid-c2_defconfig | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini July 26, 2017, 7:50 p.m. UTC | #2
On Mon, Jul 10, 2017 at 12:30:05AM +0200, Beniamino Galvani wrote:

> GPIOs are now supported on Meson GXBB, enable driver and command in
> the config.
> 
> Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig
index 3531414..3ad2219 100644
--- a/configs/odroid-c2_defconfig
+++ b/configs/odroid-c2_defconfig
@@ -13,9 +13,11 @@  CONFIG_DEBUG_UART=y
 # CONFIG_CMD_LOADS is not set
 CONFIG_CMD_MMC=y
 # CONFIG_CMD_FPGA is not set
+CONFIG_CMD_GPIO=y
 # CONFIG_CMD_SETEXPR is not set
 CONFIG_OF_CONTROL=y
 CONFIG_NET_RANDOM_ETHADDR=y
+CONFIG_DM_GPIO=y
 CONFIG_DM_MMC=y
 CONFIG_MMC_MESON_GX=y
 CONFIG_DM_ETH=y