linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: b.galvani@gmail.com (Beniamino Galvani)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH v2 3/4] odroid-c2: enable GPIO
Date: Mon, 10 Jul 2017 00:30:05 +0200	[thread overview]
Message-ID: <20170709223006.3998-4-b.galvani@gmail.com> (raw)
In-Reply-To: <20170709223006.3998-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 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
-- 
2.9.3

  parent reply	other threads:[~2017-07-09 22:30 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-09 22:30 [PATCH v2 0/4] Add support for Meson GXBB GPIOs to U-Boot Beniamino Galvani
2017-07-09 22:30 ` [PATCH v2 1/4] arm: dts: meson: import dts files from Linux 4.12 Beniamino Galvani
2017-07-14 13:50   ` Simon Glass
2017-07-26 19:52   ` [U-Boot, v2, " Tom Rini
2017-07-09 22:30 ` [PATCH v2 2/4] pinctrl: meson: add GPIO support Beniamino Galvani
2017-07-26 19:50   ` [U-Boot,v2,2/4] " Tom Rini
2017-07-09 22:30 ` Beniamino Galvani [this message]
2017-07-14 13:50   ` [PATCH v2 3/4] odroid-c2: enable GPIO Simon Glass
2017-07-26 19:50   ` [U-Boot,v2,3/4] " Tom Rini
2017-07-09 22:30 ` [PATCH v2 4/4] pinctrl: meson: convert to livetree Beniamino Galvani
2017-07-25  0:45   ` [U-Boot,v2,4/4] " Tom Rini
2017-07-25 17:21     ` 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=20170709223006.3998-4-b.galvani@gmail.com \
    --to=b.galvani@gmail.com \
    --cc=linus-amlogic@lists.infradead.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).