Re: [PATCH] ARM: OMAP4: hwmod data: gpmc main clk

2012-10-16 Thread Tony Lindgren
* Benoit Cousson [121015 03:02]: > Hi Afzal, > > On 10/15/2012 07:47 AM, Afzal Mohammed wrote: > > gpmc has been converted to a driver. It requests clock with > > con-id "fck", if not available, probe fails. Clock for gpmc > > device with con-id "fck" is created (aliased) along with > > hwmod dev

Re: [PATCH] ARM: OMAP4: hwmod data: gpmc main clk

2012-10-15 Thread Benoit Cousson
Hi Afzal, On 10/15/2012 07:47 AM, Afzal Mohammed wrote: > gpmc has been converted to a driver. It requests clock with > con-id "fck", if not available, probe fails. Clock for gpmc > device with con-id "fck" is created (aliased) along with > hwmod device, and for that to happen, main_clk needs to b

[PATCH] ARM: OMAP4: hwmod data: gpmc main clk

2012-10-14 Thread Afzal Mohammed
gpmc has been converted to a driver. It requests clock with con-id "fck", if not available, probe fails. Clock for gpmc device with con-id "fck" is created (aliased) along with hwmod device, and for that to happen, main_clk needs to be specified in hwmod entry, add it for OMAP4. Note that the corr