
OMAP4460 is the latest addition to the OMAP4 family. OMAP4460 has dual core Cortex-A9 CPUs that can be clocked upto 1.5 GHz
The memory architecture has been improved to provide better performance and there several other minor improvements in various modules.
This series depends on the OMAP4 spl series [1] and the SPL framework series [2]
[1] http://marc.info/?l=u-boot&m=131082102506002&w=2 [2] http://marc.info/?l=u-boot&m=131056990001719&w=2
Changes in V2: * Added missing file in the patch 3/5 * Corrected subject lines of patches
Aneesh V (5): omap4: add omap4460 revision detection omap4: sdram init changes for omap4460 omap: reuse omap3 gpio support in omap4 omap4: support TPS programming omap4: clock init support for omap4460
arch/arm/cpu/armv7/omap-common/Makefile | 1 + arch/arm/cpu/armv7/{omap3 => omap-common}/gpio.c | 41 +++---- arch/arm/cpu/armv7/omap3/Makefile | 1 - arch/arm/cpu/armv7/omap3/board.c | 12 ++ arch/arm/cpu/armv7/omap4/board.c | 19 +++ arch/arm/cpu/armv7/omap4/clocks.c | 128 +++++++++++++++++--- arch/arm/cpu/armv7/omap4/emif.c | 39 ++++--- arch/arm/include/asm/arch-omap3/cpu.h | 26 ++++ arch/arm/include/asm/arch-omap4/clocks.h | 28 ++++- arch/arm/include/asm/arch-omap4/cpu.h | 26 ++++ arch/arm/include/asm/arch-omap4/emif.h | 10 ++- arch/arm/include/asm/arch-omap4/mux_omap4.h | 1 + arch/arm/include/asm/arch-omap4/omap4.h | 9 ++ arch/arm/include/asm/armv7.h | 1 + .../include/asm/{arch-omap3/gpio.h => omap_gpio.h} | 27 +---- 15 files changed, 284 insertions(+), 85 deletions(-) rename arch/arm/cpu/armv7/{omap3 => omap-common}/gpio.c (76%) rename arch/arm/include/asm/{arch-omap3/gpio.h => omap_gpio.h} (67%)