On 3/27/2012 7:29 PM, Arnd Bergmann wrote: > That would be even better. I think we should generally try do initialization > as late as possible, ideally from initcalls. The init_early() function should > only be used for code that absolutely has to be run from setup_arch() and > no later, while the map_io() function should ideally only be used to set up > the static mappings and nothing else.
I remember now why we do it in map_io(). Timers need clock support and they are up before machine_init() is called. So, i believe i must have DT_MACHINE_START per SoC. I will post V2 for 3xx DT support today, but can i have initial level of review from you, so that i can fixup minor issues in V2 only? -- viresh _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
