All of lore.kernel.org
 help / color / mirror / Atom feed
From: Beniamino Galvani <b.galvani@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/3] odroid-c2: enable GPIO
Date: Sun, 25 Jun 2017 17:55:11 +0200	[thread overview]
Message-ID: <20170625155511.28447-4-b.galvani@gmail.com> (raw)
In-Reply-To: <20170625155511.28447-1-b.galvani@gmail.com>

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(+)

diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig
index 547cd52..cf06715 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
-- 
2.9.3

WARNING: multiple messages have this Message-ID (diff)
From: b.galvani@gmail.com (Beniamino Galvani)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH 3/3] odroid-c2: enable GPIO
Date: Sun, 25 Jun 2017 17:55:11 +0200	[thread overview]
Message-ID: <20170625155511.28447-4-b.galvani@gmail.com> (raw)
In-Reply-To: <20170625155511.28447-1-b.galvani@gmail.com>

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(+)

diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig
index 547cd52..cf06715 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
-- 
2.9.3

  parent reply	other threads:[~2017-06-25 15:55 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-25 15:55 [U-Boot] [PATCH 0/3] GPIO support for Meson GXBB and Odroid-C2 Beniamino Galvani
2017-06-25 15:55 ` Beniamino Galvani
2017-06-25 15:55 ` [U-Boot] [PATCH 1/3] arm: dts: meson: import dts files from Linux 4.12-rc6 Beniamino Galvani
2017-06-25 15:55   ` Beniamino Galvani
2017-07-07  3:57   ` [U-Boot] " Simon Glass
2017-07-07  3:57     ` Simon Glass
2017-06-25 15:55 ` [U-Boot] [PATCH 2/3] pinctrl: meson: add GPIO support Beniamino Galvani
2017-06-25 15:55   ` Beniamino Galvani
2017-07-07  3:57   ` [U-Boot] " Simon Glass
2017-07-07  3:57     ` Simon Glass
2017-06-25 15:55 ` Beniamino Galvani [this message]
2017-06-25 15:55   ` [PATCH 3/3] odroid-c2: enable GPIO Beniamino Galvani
2017-07-06 20:16   ` [U-Boot] [U-Boot,3/3] " Tom Rini
2017-07-06 20:16     ` Tom Rini
2017-06-26 10:24 ` [U-Boot] [PATCH 0/3] GPIO support for Meson GXBB and Odroid-C2 Jerome Brunet
2017-06-26 10:24   ` Jerome Brunet
2017-06-26 20:20   ` [U-Boot] " Beniamino Galvani
2017-06-26 20:20     ` Beniamino Galvani

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170625155511.28447-4-b.galvani@gmail.com \
    --to=b.galvani@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.