[PATCH 31/33] ARM i.MX5: implement clocks using common clock framework

Sascha Hauer s.hauer at pengutronix.de
Thu May 3 02:35:22 EDT 2012


On Thu, May 03, 2012 at 11:21:05AM +0800, Shawn Guo wrote:
> Hi Sascha,
> 
> Can you fix the ssi clocks below before you send it to Arnd?  Or I will
> send a fix to patch it later.
> 
> On Wed, Apr 25, 2012 at 05:28:21PM +0200, Sascha Hauer wrote:
> > +	clk[ssi1_ipg_gate] = imx_clk_gate2("ssi1_ipg_gate", "ipg", MXC_CCM_CCGR3, 16);
> > +	clk[ssi2_ipg_gate] = imx_clk_gate2("ssi2_ipg_gate", "ipg", MXC_CCM_CCGR3, 18);
> s/18/20
> > +	clk[ssi3_ipg_gate] = imx_clk_gate2("ssi3_ipg_gate", "ipg", MXC_CCM_CCGR3, 20);
> s/20/24
> 
> > +	clk_register_clkdev(clk[ssi1_ipg_gate], NULL, "imx-ssi.0");
> > +	clk_register_clkdev(clk[ssi1_ipg_gate], NULL, "imx-ssi.1");
> ssi2_ipg_gate
> > +	clk_register_clkdev(clk[ssi1_ipg_gate], NULL, "imx-ssi.2");
i> ssi3_ipg_gate

Ok, changed this.

Sascha

-- 
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 linux-arm-kernel mailing list