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>
This commit is contained in:
R Sricharan
2013-07-03 11:52:04 +05:30
committed by Rajendra Nayak
parent bfe9211a30
commit a3a9384a11
3 changed files with 23 additions and 2 deletions

View File

@@ -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);