public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Igor Grinberg <grinberg@compulab.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/3] omap3: cm-t3517: fix MMC1 pinmux
Date: Tue, 8 Sep 2015 11:40:12 +0300	[thread overview]
Message-ID: <55EE9EEC.9080804@compulab.co.il> (raw)
In-Reply-To: <1441695002-15035-3-git-send-email-lifshitz@compulab.co.il>



On 09/08/15 09:50, Dmitry Lifshitz wrote:
> Fix MMC1 pinmux setup, thus enable SD/MMC card support with CM-T3517.
> 
> Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>

Acked-by: Igor Grinberg <grinberg@compulab.co.il>

> ---
>  board/compulab/cm_t3517/mux.c |   12 ++++++------
>  1 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/board/compulab/cm_t3517/mux.c b/board/compulab/cm_t3517/mux.c
> index 88ce2cc..f31f19e 100644
> --- a/board/compulab/cm_t3517/mux.c
> +++ b/board/compulab/cm_t3517/mux.c
> @@ -121,12 +121,12 @@ void set_muxconf_regs(void)
>  	MUX_VAL(CP(UART2_RX),		(IEN  | PTD | EN  | M4)); /*GPIO_147*/
>  
>  	/* MMC1 */
> -	MUX_VAL(CP(MMC1_CLK),		(IDIS | PTU | EN  | M0));
> -	MUX_VAL(CP(MMC1_CMD),		(IEN  | PTU | EN  | M0));
> -	MUX_VAL(CP(MMC1_DAT0),		(IEN  | PTU | EN  | M0));
> -	MUX_VAL(CP(MMC1_DAT1),		(IEN  | PTU | EN  | M0));
> -	MUX_VAL(CP(MMC1_DAT2),		(IEN  | PTU | EN  | M0));
> -	MUX_VAL(CP(MMC1_DAT3),		(IEN  | PTU | EN  | M0));
> +	MUX_VAL(CP(MMC1_CLK),		(IEN  | PTU | EN  | M0));
> +	MUX_VAL(CP(MMC1_CMD),		(IEN  | PTU | DIS  | M0));
> +	MUX_VAL(CP(MMC1_DAT0),		(IEN  | PTU | DIS  | M0));
> +	MUX_VAL(CP(MMC1_DAT1),		(IEN  | PTU | DIS  | M0));
> +	MUX_VAL(CP(MMC1_DAT2),		(IEN  | PTU | DIS  | M0));
> +	MUX_VAL(CP(MMC1_DAT3),		(IEN  | PTU | DIS  | M0));
>  
>  	/* DSS */
>  	MUX_VAL(CP(DSS_PCLK),		(IDIS | PTD | DIS | M0));
> 

-- 
Regards,
Igor.

  reply	other threads:[~2015-09-08  8:40 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-08  6:49 [U-Boot] [PATCH 0/3] omap3: cm-t3517: series of non critical fixes Dmitry Lifshitz
2015-09-08  6:50 ` [U-Boot] [PATCH 1/3] omap3: cm-t3517: enable 'netretry' and setup timeout Dmitry Lifshitz
2015-09-08  8:39   ` Igor Grinberg
2015-09-12 12:52   ` [U-Boot] [U-Boot, " Tom Rini
2015-09-08  6:50 ` [U-Boot] [PATCH 2/3] omap3: cm-t3517: fix MMC1 pinmux Dmitry Lifshitz
2015-09-08  8:40   ` Igor Grinberg [this message]
2015-09-12 12:52   ` [U-Boot] [U-Boot,2/3] " Tom Rini
2015-09-08  6:50 ` [U-Boot] [PATCH 3/3] omap3: cm-t3517: change environment size Dmitry Lifshitz
2015-09-08  8:48   ` Igor Grinberg
2015-09-09  8:25   ` [U-Boot] [PATCH v2 " Dmitry Lifshitz
2015-09-09  8:37     ` Igor Grinberg
2015-09-12 12:52     ` [U-Boot] [U-Boot, v2, " Tom Rini

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=55EE9EEC.9080804@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox