On Fri, Aug 19, 2011 at 04:11:35PM +0200, Arnd Bergmann wrote:
Is that a bad thing? Platforms that don't need the special case can
simply call sp804_clocksource_init_dt() which scans the device tree,
while other platforms do whatever is necessary to the registers
and then call the existing sp804_clockevents_init.
It means we're not solving the problem. We end up with some platforms
which do the sp804 init from DT, others which are DT but ignore the
DT stuff for sp804. That's not very consistent, and in the long run
is rather confusing.