Re: [PATCH 2/2] ARM: OMAP3: clock: fix boot breakage in legacy mode

2014-12-15 Thread Tony Lindgren
* Tony Lindgren [141215 15:04]: > * Kevin Hilman [141215 10:26]: > > Tero Kristo writes: > > > > > On 12/12/2014 09:07 PM, Kevin Hilman wrote: > > >> Hi Tero, > > >> > > >> Tero Kristo writes: > > >> > > >>> The new usage of determine_rate and set_rate_and_parent calls for > > >>> OMAP DPLLs a

Re: [PATCH 2/2] ARM: OMAP3: clock: fix boot breakage in legacy mode

2014-12-15 Thread Tony Lindgren
* Kevin Hilman [141215 10:26]: > Tero Kristo writes: > > > On 12/12/2014 09:07 PM, Kevin Hilman wrote: > >> Hi Tero, > >> > >> Tero Kristo writes: > >> > >>> The new usage of determine_rate and set_rate_and_parent calls for > >>> OMAP DPLLs assumes the DPLLs must have two parents defined, even

Re: [PATCH 2/2] ARM: OMAP3: clock: fix boot breakage in legacy mode

2014-12-15 Thread Kevin Hilman
Tero Kristo writes: > On 12/12/2014 09:07 PM, Kevin Hilman wrote: >> Hi Tero, >> >> Tero Kristo writes: >> >>> The new usage of determine_rate and set_rate_and_parent calls for >>> OMAP DPLLs assumes the DPLLs must have two parents defined, even >>> if it is the same clock. Legacy clock data did

Re: [PATCH 2/2] ARM: OMAP3: clock: fix boot breakage in legacy mode

2014-12-14 Thread Tero Kristo
On 12/12/2014 09:07 PM, Kevin Hilman wrote: Hi Tero, Tero Kristo writes: The new usage of determine_rate and set_rate_and_parent calls for OMAP DPLLs assumes the DPLLs must have two parents defined, even if it is the same clock. Legacy clock data did not fullfill this requirement and caused a

Re: [PATCH 2/2] ARM: OMAP3: clock: fix boot breakage in legacy mode

2014-12-12 Thread Kevin Hilman
Hi Tero, Tero Kristo writes: > The new usage of determine_rate and set_rate_and_parent calls for > OMAP DPLLs assumes the DPLLs must have two parents defined, even > if it is the same clock. Legacy clock data did not fullfill this > requirement and caused a boot crash. Fixed by adding the missin

[PATCH 2/2] ARM: OMAP3: clock: fix boot breakage in legacy mode

2014-12-12 Thread Tero Kristo
The new usage of determine_rate and set_rate_and_parent calls for OMAP DPLLs assumes the DPLLs must have two parents defined, even if it is the same clock. Legacy clock data did not fullfill this requirement and caused a boot crash. Fixed by adding the missing parent information to the DPLL clocks.