Dear Shawn Guo,

> On Sat, Jun 23, 2012 at 08:43:50PM +0200, Marek Vasut wrote:
> > Signed-off-by: Marek Vasut <ma...@denx.de>
> > Cc: Chris Ball <c...@laptop.org>
> > Cc: Detlev Zundel <d...@denx.de>
> > CC: Dong Aisheng <b29...@freescale.com>
> > Cc: Fabio Estevam <fabio.este...@freescale.com>
> > Cc: Grant Likely <grant.lik...@secretlab.ca>
> > Cc: Linux ARM kernel <linux-arm-ker...@lists.infradead.org>
> > Cc: Rob Herring <rob.herr...@calxeda.com>
> > CC: Shawn Guo <shawn....@linaro.org>
> > Cc: Stefano Babic <sba...@denx.de>
> > Cc: Wolfgang Denk <w...@denx.de>
> > ---
> > 
> >  drivers/clk/mxs/clk-imx28.c |    4 ++++
> >  1 file changed, 4 insertions(+)
> > 
> > diff --git a/drivers/clk/mxs/clk-imx28.c b/drivers/clk/mxs/clk-imx28.c
> > index 003b0f3..d22b926 100644
> > --- a/drivers/clk/mxs/clk-imx28.c
> > +++ b/drivers/clk/mxs/clk-imx28.c
> > @@ -149,21 +149,25 @@ static struct clk_lookup xbus_lookups[] __initdata
> > = {
> > 
> >  static struct clk_lookup ssp0_lookups[] __initdata = {
> >  
> >     { .dev_id = "imx28-mmc.0", },
> > 
> > +   { .dev_id = "imx28-spi.0", },
> > 
> >     { .dev_id = "80010000.ssp", },
> >  
> >  };
> >  
> >  static struct clk_lookup ssp1_lookups[] __initdata = {
> >  
> >     { .dev_id = "imx28-mmc.1", },
> > 
> > +   { .dev_id = "imx28-spi.1", },
> > 
> >     { .dev_id = "80012000.ssp", },
> >  
> >  };
> >  
> >  static struct clk_lookup ssp2_lookups[] __initdata = {
> >  
> >     { .dev_id = "imx28-mmc.2", },
> > 
> > +   { .dev_id = "imx28-spi.2", },
> > 
> >     { .dev_id = "80014000.ssp", },
> >  
> >  };
> >  
> >  static struct clk_lookup ssp3_lookups[] __initdata = {
> >  
> >     { .dev_id = "imx28-mmc.3", },
> > 
> > +   { .dev_id = "imx28-spi.3", },
> > 
> >     { .dev_id = "80016000.ssp", },
> >  
> >  };
> 
> These changes should not be needed, as the driver will only be probed
> from device tree.

So why are those imx28-mmc there ? Shall these not be removed then ?

Best regards,
Marek Vasut

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
spi-devel-general mailing list
spi-devel-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spi-devel-general

Reply via email to