linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: u.kleine-koenig@pengutronix.de (Uwe Kleine-König)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] ARM: mx5/mx53_smd: Add esdhc support
Date: Mon, 4 Apr 2011 18:00:12 +0200	[thread overview]
Message-ID: <20110404160012.GE13963@pengutronix.de> (raw)
In-Reply-To: <1301920375-31761-1-git-send-email-fabio.estevam@freescale.com>

On Mon, Apr 04, 2011 at 09:32:55AM -0300, Fabio Estevam wrote:
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> Changes since v1:
> - Do not use CD and WP detecion via GPIO as it is not working for MX53 yet.
> 
>  arch/arm/mach-mx5/board-mx53_smd.c |   28 ++++++++++++++++++++++++++++
You need to let MACH_MX53_SMD select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX.

Best regards
Uwe
>  1 files changed, 28 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-mx5/board-mx53_smd.c b/arch/arm/mach-mx5/board-mx53_smd.c
> index 31e1732..e510c27 100644
> --- a/arch/arm/mach-mx5/board-mx53_smd.c
> +++ b/arch/arm/mach-mx5/board-mx53_smd.c
> @@ -52,6 +52,31 @@ static iomux_v3_cfg_t mx53_smd_pads[] = {
>  	/* I2C1 */
>  	MX53_PAD_CSI0_DAT8__I2C1_SDA,
>  	MX53_PAD_CSI0_DAT9__I2C1_SCL,
> +	/* SD1 */
> +	MX53_PAD_SD1_CMD__ESDHC1_CMD,
> +	MX53_PAD_SD1_CLK__ESDHC1_CLK,
> +	MX53_PAD_SD1_DATA0__ESDHC1_DAT0,
> +	MX53_PAD_SD1_DATA1__ESDHC1_DAT1,
> +	MX53_PAD_SD1_DATA2__ESDHC1_DAT2,
> +	MX53_PAD_SD1_DATA3__ESDHC1_DAT3,
> +	/* SD2 */
> +	MX53_PAD_SD2_CMD__ESDHC2_CMD,
> +	MX53_PAD_SD2_CLK__ESDHC2_CLK,
> +	MX53_PAD_SD2_DATA0__ESDHC2_DAT0,
> +	MX53_PAD_SD2_DATA1__ESDHC2_DAT1,
> +	MX53_PAD_SD2_DATA2__ESDHC2_DAT2,
> +	MX53_PAD_SD2_DATA3__ESDHC2_DAT3,
> +	/* SD3 */
> +	MX53_PAD_PATA_DATA8__ESDHC3_DAT0,
> +	MX53_PAD_PATA_DATA9__ESDHC3_DAT1,
> +	MX53_PAD_PATA_DATA10__ESDHC3_DAT2,
> +	MX53_PAD_PATA_DATA11__ESDHC3_DAT3,
> +	MX53_PAD_PATA_DATA0__ESDHC3_DAT4,
> +	MX53_PAD_PATA_DATA1__ESDHC3_DAT5,
> +	MX53_PAD_PATA_DATA2__ESDHC3_DAT6,
> +	MX53_PAD_PATA_DATA3__ESDHC3_DAT7,
> +	MX53_PAD_PATA_IORDY__ESDHC3_CLK,
> +	MX53_PAD_PATA_RESET_B__ESDHC3_CMD,
>  };
>  
>  static const struct imxuart_platform_data mx53_smd_uart_data __initconst = {
> @@ -97,6 +122,9 @@ static void __init mx53_smd_board_init(void)
>  	imx53_add_fec(&mx53_smd_fec_data);
>  	imx53_add_imx2_wdt(0, NULL);
>  	imx53_add_imx_i2c(0, &mx53_smd_i2c_data);
> +	imx53_add_sdhci_esdhc_imx(0, NULL);
> +	imx53_add_sdhci_esdhc_imx(1, NULL);
> +	imx53_add_sdhci_esdhc_imx(2, NULL);
>  }
>  
>  static void __init mx53_smd_timer_init(void)
> -- 
> 1.6.0.4
> 
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

-- 
Pengutronix e.K.                           | Uwe Kleine-K?nig            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

  parent reply	other threads:[~2011-04-04 16:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-04 12:32 [PATCH v2] ARM: mx5/mx53_smd: Add esdhc support Fabio Estevam
2011-04-04 12:40 ` Wolfram Sang
2011-04-04 16:00 ` Uwe Kleine-König [this message]
2011-04-04 17:21   ` Fabio Estevam

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=20110404160012.GE13963@pengutronix.de \
    --to=u.kleine-koenig@pengutronix.de \
    --cc=linux-arm-kernel@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).