QUERY: How to call board specific initialization function before map_io or timer_init
viresh kumar
viresh.linux at gmail.com
Thu Feb 25 08:07:37 EST 2010
Hello,
I need to call my board specific initialization routine before
timer_init or map_io is called.
I tried to see that in earlier architectures and found most of
architecture call machine
specific init function from map_io or init_irq or init_machine.
Situation: I need to register my clock framework with
arch/arm/common/clkdev framework
before actually initializing timer. So i can't do this in
"init_machine" as timer_init is called
before that.
Can anybody please help.
regards,
viresh kumar
ST Microelectronics
India
More information about the linux-arm-kernel
mailing list