Re: [PATCH] ARM: at91/dt: drop deprecated mainck node from pmc

2015-05-11 Thread Nicolas Ferre
Le 16/04/2015 14:25, Gaël PORTAY a écrit : > The clock-frequency property became obsolete since the rework of the main > clock driver in 3.16 (see commit 27cb1c2083373a44130d50d4d2fb64cf7eff2d90). > > It now get and uses the clock-frequency from the main_xtal node. > > Signed-off-by: Gaël PORTAY

Re: [PATCH] ARM: at91/dt: drop deprecated mainck node from pmc

2015-05-04 Thread Alexandre Belloni
On 04/05/2015 at 18:08:28 +0200, Gaël PORTAY wrote : > Any news about this patch ? > We are still quite early in the development cycle and Nicolas is not available right now. Be patient ;) -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons

Re: [PATCH] ARM: at91/dt: drop deprecated mainck node from pmc

2015-05-04 Thread Gaël PORTAY
On 16/04/2015 14:45, Boris Brezillon wrote: On Thu, 16 Apr 2015 14:25:44 +0200 Gaël PORTAY wrote: The clock-frequency property became obsolete since the rework of the main clock driver in 3.16 (see commit 27cb1c2083373a44130d50d4d2fb64cf7eff2d90). It now get and uses the clock-frequency from

[PATCH] ARM: at91/dt: drop deprecated mainck node from pmc

2015-04-16 Thread Gaël PORTAY
The clock-frequency property became obsolete since the rework of the main clock driver in 3.16 (see commit 27cb1c2083373a44130d50d4d2fb64cf7eff2d90). It now get and uses the clock-frequency from the main_xtal node. Signed-off-by: Gaël PORTAY --- arch/arm/boot/dts/at91-sama5d3_xplained.dts | 6 -

Re: [PATCH] ARM: at91/dt: drop deprecated mainck node from pmc

2015-04-16 Thread Boris Brezillon
On Thu, 16 Apr 2015 14:25:44 +0200 Gaël PORTAY wrote: > The clock-frequency property became obsolete since the rework of the main > clock driver in 3.16 (see commit 27cb1c2083373a44130d50d4d2fb64cf7eff2d90). > > It now get and uses the clock-frequency from the main_xtal node. > > Signed-off-by: