diff options
author | R Sricharan <r.sricharan@ti.com> | 2013-07-03 11:52:04 +0530 |
---|---|---|
committer | Rajendra Nayak <rnayak@ti.com> | 2013-08-13 11:00:35 +0530 |
commit | a3a9384a115756e275ed3845b5f92f21efd5a691 (patch) | |
tree | 8cf19874fec3600b2cf9d4d95f142166bde0c09d /arch/arm/mach-omap2/common.h | |
parent | bfe9211a30a6814fed3191292304cb407f5afe83 (diff) | |
download | lwn-a3a9384a115756e275ed3845b5f92f21efd5a691.tar.gz lwn-a3a9384a115756e275ed3845b5f92f21efd5a691.zip |
ARM: DRA7: Reuse io tables and add a new .init_early
The IO descriptor tables for DRA7 are a complete reuse from OMAP5.
A new dra7xx_init_early() does the base address inits.
Signed-off-by: R Sricharan <r.sricharan@ti.com>
Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r-- | arch/arm/mach-omap2/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index dfcc182ecff9..4a5684b96492 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h @@ -110,6 +110,7 @@ void omap3630_init_late(void); void am35xx_init_late(void); void ti81xx_init_late(void); int omap2_common_pm_late_init(void); +void dra7xx_init_early(void); #ifdef CONFIG_SOC_BUS void omap_soc_device_init(void); |