From: Igor Grinberg <grinberg@compulab.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 2/2] omap4_panda: Build in cmd_gpio support on panda
Date: Sun, 09 Oct 2011 12:47:47 +0200 [thread overview]
Message-ID: <4E917BD3.10203@compulab.co.il> (raw)
In-Reply-To: <1317937844-1747-2-git-send-email-joe.hershberger@ni.com>
Hi Joe,
On 10/06/11 23:50, Joe Hershberger wrote:
> Enable the gpio command
>
> Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
> Cc: Joe Hershberger <joe.hershberger@gmail.com>
> Cc: Sandeep Paulraj <s-paulraj@ti.com>
> ---
> Changes for v2:
> - Correct a bad merge... sorry.
>
> board/ti/panda/panda_mux_data.h | 2 +-
> include/configs/omap4_panda.h | 3 +++
> 2 files changed, 4 insertions(+), 1 deletions(-)
>
> diff --git a/board/ti/panda/panda_mux_data.h b/board/ti/panda/panda_mux_data.h
> index 63448b6..c692c7b 100644
> --- a/board/ti/panda/panda_mux_data.h
> +++ b/board/ti/panda/panda_mux_data.h
> @@ -212,7 +212,7 @@ const struct pad_conf_entry wkup_padconf_array_non_essential[] = {
> {PAD0_FREF_SLICER_IN, (M0)}, /* fref_slicer_in */
> {PAD1_FREF_CLK_IOREQ, (M0)}, /* fref_clk_ioreq */
> {PAD0_FREF_CLK0_OUT, (M2)}, /* sys_drm_msecure */
> - {PAD1_FREF_CLK3_REQ, M7}, /* safe mode */
> + {PAD1_FREF_CLK3_REQ, M7}, /* safe mode */
> {PAD0_FREF_CLK3_OUT, (M0)}, /* fref_clk3_out */
> {PAD1_FREF_CLK4_REQ, (PTU | M3)}, /* led status_1 */
> {PAD0_FREF_CLK4_OUT, (PTU | M3)}, /* led status_2 */
> diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h
> index 67da70e..b88e5ad 100644
> --- a/include/configs/omap4_panda.h
> +++ b/include/configs/omap4_panda.h
> @@ -35,6 +35,9 @@
>
> #include <configs/omap4_common.h>
>
> +/* GPIO */
> +#define CONFIG_CMD_GPIO 1
Boolean defines should not have a value.
--
Regards,
Igor.
next prev parent reply other threads:[~2011-10-09 10:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-06 20:45 [U-Boot] [PATCH 1/2] omap: Don't use gpio_free to change direction to input Joe Hershberger
2011-10-06 20:45 ` [U-Boot] [PATCH 2/2] omap4_panda: Build in cmd_gpio support on panda Joe Hershberger
2011-10-06 21:50 ` [U-Boot] [PATCH v2 1/2] omap: Don't use gpio_free to change direction to input Joe Hershberger
2011-10-06 21:50 ` [U-Boot] [PATCH v2 2/2] omap4_panda: Build in cmd_gpio support on panda Joe Hershberger
2011-10-09 10:47 ` Igor Grinberg [this message]
2011-10-12 20:31 ` [U-Boot] [PATCH v3 1/2] omap: Don't use gpio_free to change direction to input Joe Hershberger
2011-10-12 20:31 ` [U-Boot] [PATCH v3 2/2] omap4_panda: Build in cmd_gpio support on panda Joe Hershberger
-- strict thread matches above, loose matches on Subject: below --
2011-08-10 5:17 [U-Boot] [PATCH 1/2] omap3+: Add OMAP support for cmd_gpio Joe Hershberger
2011-08-16 22:17 ` [U-Boot] [PATCH v2 2/2] omap4_panda: Build in cmd_gpio support on panda Joe Hershberger
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=4E917BD3.10203@compulab.co.il \
--to=grinberg@compulab.co.il \
--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.