[PATCHv2 4/8] ARM: at91: prepare sam9 dt boards transition to common clk

2014-02-19 Thread Alexandre Belloni
From: Boris BREZILLON This patch prepare the transition to common clk for sam9 dt boards by replacing the timer init callback. Clocks registration cannot be done in early init callback (as formerly done by the old clk implementation) because it requires dynamic allocation which is not ready yet

[PATCHv2 4/8] ARM: at91: prepare sam9 dt boards transition to common clk

2014-02-19 Thread Alexandre Belloni
From: Boris BREZILLON b.brezil...@overkiz.com This patch prepare the transition to common clk for sam9 dt boards by replacing the timer init callback. Clocks registration cannot be done in early init callback (as formerly done by the old clk implementation) because it requires dynamic allocation