Re: [RFC PATCH 0/4] Fix dmtimer parent clock setup

2018-07-16 Thread David Rivshin
On Mon, 16 Jul 2018 22:38:58 +0200 Neil Armstrong wrote: > With the move to clocksource, the omap_dm_timer_of_set_source() broke > because the "fclk" clock is now defined in the DT. > The omap_dm_timer_of_set_source() was using the first clock declared in the > timer node, but now this clock must

[RFC PATCH 0/4] Fix dmtimer parent clock setup

2018-07-16 Thread Neil Armstrong
With the move to clocksource, the omap_dm_timer_of_set_source() broke because the "fclk" clock is now defined in the DT. The omap_dm_timer_of_set_source() was using the first clock declared in the timer node, but now this clock must be named as "src" and clk_get() use "src" as clock name to permit