From: trini@konsulko.com (Tom Rini)
To: linus-amlogic@lists.infradead.org
Subject: [U-Boot,3/3] odroid-c2: enable GPIO
Date: Thu, 6 Jul 2017 16:16:53 -0400 [thread overview]
Message-ID: <20170706201653.GA422@bill-the-cat> (raw)
In-Reply-To: <20170625155511.28447-4-b.galvani@gmail.com>
On Sun, Jun 25, 2017 at 05:55:11PM +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>
> ---
> 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
Some part of this series needs to introduce asm/arch/gpio.h and is not,
so it fails to build.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-amlogic/attachments/20170706/e6d6ae22/attachment.sig>
next prev parent reply other threads:[~2017-07-06 20:16 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-25 15:55 [PATCH 0/3] GPIO support for Meson GXBB and Odroid-C2 Beniamino Galvani
2017-06-25 15:55 ` [PATCH 1/3] arm: dts: meson: import dts files from Linux 4.12-rc6 Beniamino Galvani
2017-07-07 3:57 ` Simon Glass
2017-06-25 15:55 ` [PATCH 2/3] pinctrl: meson: add GPIO support Beniamino Galvani
2017-07-07 3:57 ` Simon Glass
2017-06-25 15:55 ` [PATCH 3/3] odroid-c2: enable GPIO Beniamino Galvani
2017-07-06 20:16 ` Tom Rini [this message]
2017-06-26 10:24 ` [PATCH 0/3] GPIO support for Meson GXBB and Odroid-C2 Jerome Brunet
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=20170706201653.GA422@bill-the-cat \
--to=trini@konsulko.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).