Re: [PATCH v2 07/14] ARM: OMAP2+: AM43x: early init

2013-06-12 Thread Tony Lindgren
* Afzal Mohammed af...@ti.com [130527 07:42]: --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c @@ -586,6 +586,20 @@ void __init am33xx_init_early(void) } #endif +#ifdef CONFIG_SOC_AM43XX +void __init am43xx_init_early(void) +{ + omap2_set_globals_tap(AM335X_CLASS, +

[PATCH v2 07/14] ARM: OMAP2+: AM43x: early init

2013-05-27 Thread Afzal Mohammed
Minimal early init - PRCM initialization not yet taken care. Control module is similar (base address, feature register etc.) as that of AM335x, while PRCM base address is different. Instead of adding a new header file for AM43x, PRCM base address is added in AM335x header file as it is similar to