[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4F5F5C22.1080506@gmail.com>
Date: Tue, 13 Mar 2012 09:39:30 -0500
From: Rob Herring <robherring2@...il.com>
To: Dong Aisheng <b29396@...escale.com>
CC: devicetree-discuss@...ts.ozlabs.org, linux-kernel@...r.kernel.org,
linux-mmc@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
vinod.koul@...ux.intel.com, s.hauer@...gutronix.de,
rob.herring@...xeda.com, grant.likely@...retlab.ca,
rdunlap@...otime.net, kernel@...gutronix.de, cjb@...top.org,
shawn.guo@...escale.com
Subject: Re: [PATCH v1 3/5] ARM: imx28evk: add mmc dt support
On 03/13/2012 03:47 AM, Dong Aisheng wrote:
> From: Dong Aisheng <dong.aisheng@...aro.org>
>
> Signed-off-by: Dong Aisheng <dong.aisheng@...aro.org>
> ---
> arch/arm/boot/dts/imx28-evk.dts | 14 ++++++++++++++
> arch/arm/boot/dts/imx28.dtsi | 33 +++++++++++++++++++++++++++++++++
> arch/arm/mach-mxs/imx28-dt.c | 2 ++
> 3 files changed, 49 insertions(+), 0 deletions(-)
snip
> diff --git a/arch/arm/mach-mxs/imx28-dt.c b/arch/arm/mach-mxs/imx28-dt.c
> index 78d1129..429b88e 100644
> --- a/arch/arm/mach-mxs/imx28-dt.c
> +++ b/arch/arm/mach-mxs/imx28-dt.c
> @@ -23,6 +23,8 @@ static const struct of_dev_auxdata imx28_auxdata_lookup[] __initconst = {
> OF_DEV_AUXDATA("arm,pl011", MX28_DUART_BASE_ADDR, "duart", NULL),
> OF_DEV_AUXDATA("fsl,imx28-fec", MX28_ENET_MAC0_BASE_ADDR, "imx28-fec.0", NULL),
> OF_DEV_AUXDATA("fsl,imx28-fec", MX28_ENET_MAC1_BASE_ADDR, "imx28-fec.1", NULL),
> + OF_DEV_AUXDATA("fsl,imx28-mmc", MX28_SSP0_BASE_ADDR, "mxs-mmc.0", NULL),
> + OF_DEV_AUXDATA("fsl,imx28-mmc", MX28_SSP1_BASE_ADDR, "mxs-mmc.1", NULL),
Why is this needed?
> { /* sentinel */ }
> };
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists