Re: [PATCH 00/12] ARM: OMAP2 DT clock conversion

2014-03-03 Thread Tero Kristo
On 03/03/2014 08:46 PM, Tony Lindgren wrote: * Tero Kristo [140303 00:20]: On 02/28/2014 08:33 PM, Tony Lindgren wrote: * Tero Kristo [140228 10:21]: Hmm, some clock node is broken, might be missing a name or parent name for some reason. Can you try to boot with DEBUG enabled so you get pr_

Re: [PATCH 00/12] ARM: OMAP2 DT clock conversion

2014-03-03 Thread Tony Lindgren
* Tero Kristo [140303 00:20]: > On 02/28/2014 08:33 PM, Tony Lindgren wrote: > >* Tero Kristo [140228 10:21]: > >> > >>Hmm, some clock node is broken, might be missing a name or parent > >>name for some reason. Can you try to boot with DEBUG enabled so you > >>get pr_debug:s out and see which clo

Re: [PATCH 00/12] ARM: OMAP2 DT clock conversion

2014-03-03 Thread Tero Kristo
On 02/28/2014 08:33 PM, Tony Lindgren wrote: * Tero Kristo [140228 10:21]: Hmm, some clock node is broken, might be missing a name or parent name for some reason. Can you try to boot with DEBUG enabled so you get pr_debug:s out and see which clock is being initialized during the crash? ... [

Re: [PATCH 00/12] ARM: OMAP2 DT clock conversion

2014-02-28 Thread Tony Lindgren
* Tero Kristo [140228 10:21]: > > Hmm, some clock node is broken, might be missing a name or parent > name for some reason. Can you try to boot with DEBUG enabled so you > get pr_debug:s out and see which clock is being initialized during > the crash? ... [0.00] ti_dt_clk_init_provider:

Re: [PATCH 00/12] ARM: OMAP2 DT clock conversion

2014-02-28 Thread Tero Kristo
On 02/28/2014 08:01 PM, Tony Lindgren wrote: * Nishanth Menon [140228 08:02]: On 02/28/2014 03:22 AM, Tero Kristo wrote: Hi, This set concludes the omap2+ clock DT conversion work by creating the DT clock data for omap2 SoC also. I am also currently doing related work to cleanup CM/PRM codeb

Re: [PATCH 00/12] ARM: OMAP2 DT clock conversion

2014-02-28 Thread Tony Lindgren
* Nishanth Menon [140228 08:02]: > On 02/28/2014 03:22 AM, Tero Kristo wrote: > > Hi, > > > > This set concludes the omap2+ clock DT conversion work by creating the > > DT clock data for omap2 SoC also. > > > > I am also currently doing related work to cleanup CM/PRM codebase in > > preparation

Re: [PATCH 00/12] ARM: OMAP2 DT clock conversion

2014-02-28 Thread Nishanth Menon
On 02/28/2014 03:22 AM, Tero Kristo wrote: > Hi, > > This set concludes the omap2+ clock DT conversion work by creating the > DT clock data for omap2 SoC also. > > I am also currently doing related work to cleanup CM/PRM codebase in > preparation to move it into drivers/, this set is basically go

[PATCH 00/12] ARM: OMAP2 DT clock conversion

2014-02-28 Thread Tero Kristo
Hi, This set concludes the omap2+ clock DT conversion work by creating the DT clock data for omap2 SoC also. I am also currently doing related work to cleanup CM/PRM codebase in preparation to move it into drivers/, this set is basically going to be a pre-requisite for that. I'll hopefully post s