Re: [PATCH] clocksource: timer-atmel-pit: enable mck

2016-07-05 Thread Nicolas Ferre
Le 04/07/2016 22:24, Boris Brezillon a écrit : > On Mon, 4 Jul 2016 18:00:09 +0200 > Alexandre Belloni wrote: > >> mck is needed to get the PIT working. Explicitly prepare_enable it instead >> of assuming it is enabled. >> >> This solves an issue were the system is freezing when the ETM/ETB driv

Re: [PATCH] clocksource: timer-atmel-pit: enable mck

2016-07-04 Thread Boris Brezillon
On Mon, 4 Jul 2016 18:00:09 +0200 Alexandre Belloni wrote: > mck is needed to get the PIT working. Explicitly prepare_enable it instead > of assuming it is enabled. > > This solves an issue were the system is freezing when the ETM/ETB drivers ^ where > are enabled. >