]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: omap4: add platform specific info for GPMC and ELM controllers
authorpekon gupta <pekon@ti.com>
Thu, 8 May 2014 16:13:45 +0000 (21:43 +0530)
committerTom Rini <trini@ti.com>
Fri, 23 May 2014 20:12:02 +0000 (16:12 -0400)
commite4426d07b6075bd7701f8e92280a85843c2502b6
tree642aaf1290f9ee3d3d260fb7fedc5c7cac1fba6c
parent29cc1d8e26bd5f16e10b62f26d6098b1a5117503
ARM: omap4: add platform specific info for GPMC and ELM controllers

This patch moves platform specific information for GPMC and ELM controller
into separate header files, so that any derivative devices do not mess other
header files.

Platform specific information added into arch-xx/../hardware.h
 - CPU related platform specific details like base-address of GPMC and ELM

Platform specific information added into arch-xx/../mem.h
 - Generic configs for GPMC and ELM initialization.
 - Hardware parameters or constrains specific to GPMC and ELM IP like;
   number of max number of chip-selects available

Signed-off-by: Pekon Gupta <pekon@ti.com>
arch/arm/include/asm/arch-omap4/cpu.h
arch/arm/include/asm/arch-omap4/hardware.h [new file with mode: 0644]
arch/arm/include/asm/arch-omap4/mem.h [new file with mode: 0644]
arch/arm/include/asm/arch-omap4/omap.h