[PATCH] i.MX53: add imx53_add_mmc3
Sascha Hauer
s.hauer at pengutronix.de
Wed Aug 28 05:10:47 EDT 2013
Hi Eric,
On Tue, Aug 27, 2013 at 09:42:48PM +0200, Eric Bénard wrote:
> Signed-off-by: Eric Bénard <eric at eukrea.com>
> ---
> arch/arm/mach-imx/include/mach/devices-imx53.h | 5 +++++
> 1 file changed, 5 insertions(+)
Nice to see a patch from you again ;)
Applied, thanks
Sascha
>
> diff --git a/arch/arm/mach-imx/include/mach/devices-imx53.h b/arch/arm/mach-imx/include/mach/devices-imx53.h
> index df14654..4621c53 100644
> --- a/arch/arm/mach-imx/include/mach/devices-imx53.h
> +++ b/arch/arm/mach-imx/include/mach/devices-imx53.h
> @@ -62,6 +62,11 @@ static inline struct device_d *imx53_add_mmc2(struct esdhc_platform_data *pdata)
> return imx_add_esdhc((void *)MX53_ESDHC3_BASE_ADDR, 2, pdata);
> }
>
> +static inline struct device_d *imx53_add_mmc3(struct esdhc_platform_data *pdata)
> +{
> + return imx_add_esdhc((void *)MX53_ESDHC4_BASE_ADDR, 3, pdata);
> +}
> +
> static inline struct device_d *imx53_add_nand(struct imx_nand_platform_data *pdata)
> {
> struct resource res[] = {
> --
> 1.8.3.1
>
>
> _______________________________________________
> barebox mailing list
> barebox at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list