* [PATCH v2] mx51_3ds: Add esdhc support
@ 2010-11-03 20:53 Fabio Estevam
2010-11-03 21:21 ` Uwe Kleine-König
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2010-11-03 20:53 UTC (permalink / raw)
To: linux-arm-kernel
Add support for esdhc on mx51_3ds board.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
arch/arm/mach-mx5/Kconfig | 1 +
arch/arm/mach-mx5/board-mx51_3ds.c | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig
index b03d68e..74468e3 100644
--- a/arch/arm/mach-mx5/Kconfig
+++ b/arch/arm/mach-mx5/Kconfig
@@ -25,6 +25,7 @@ config MACH_MX51_3DS
select IMX_HAVE_PLATFORM_IMX_UART
select IMX_HAVE_PLATFORM_SPI_IMX
select MXC_DEBUG_BOARD
+ select IMX_HAVE_PLATFORM_ESDHC
help
Include support for MX51PDK (3DS) platform. This includes specific
configurations for the board and its peripherals.
diff --git a/arch/arm/mach-mx5/board-mx51_3ds.c b/arch/arm/mach-mx5/board-mx51_3ds.c
index ba5805f..d731104 100644
--- a/arch/arm/mach-mx5/board-mx51_3ds.c
+++ b/arch/arm/mach-mx5/board-mx51_3ds.c
@@ -172,6 +172,7 @@ static void __init mxc_board_init(void)
printk(KERN_WARNING "Init of the debugboard failed, all "
"devices on the board are unusable.\n");
+ imx51_add_esdhc(0, NULL);
mxc_init_keypad();
}
--
1.6.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* [PATCH v2] mx51_3ds: Add esdhc support
2010-11-03 20:53 [PATCH v2] mx51_3ds: Add esdhc support Fabio Estevam
@ 2010-11-03 21:21 ` Uwe Kleine-König
0 siblings, 0 replies; 2+ messages in thread
From: Uwe Kleine-König @ 2010-11-03 21:21 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Nov 03, 2010 at 01:53:44PM -0700, Fabio Estevam wrote:
> Add support for esdhc on mx51_3ds board.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> arch/arm/mach-mx5/Kconfig | 1 +
> arch/arm/mach-mx5/board-mx51_3ds.c | 1 +
> 2 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig
> index b03d68e..74468e3 100644
> --- a/arch/arm/mach-mx5/Kconfig
> +++ b/arch/arm/mach-mx5/Kconfig
> @@ -25,6 +25,7 @@ config MACH_MX51_3DS
> select IMX_HAVE_PLATFORM_IMX_UART
> select IMX_HAVE_PLATFORM_SPI_IMX
> select MXC_DEBUG_BOARD
> + select IMX_HAVE_PLATFORM_ESDHC
if you order these alphabetically you can get my ack.
Uwe
--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | http://www.pengutronix.de/ |
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-03 21:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-03 20:53 [PATCH v2] mx51_3ds: Add esdhc support Fabio Estevam
2010-11-03 21:21 ` Uwe Kleine-König
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox