summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap54xx.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: DRA7: Provide proper IO map tableNishanth Menon2015-07-161-0/+8
| | | | | | | | | | | | | | | DRA7 uses OMAP5 IO table at the moment. This is purely spurious since the OMAP5 and DRA7 register maps are different in many aspects. AM57xx/DRA7 TRM Reference: http://www.ti.com/lit/ug/spruhz6/spruhz6.pdf NOTE: Most of the drivers are already doing ioremap, so, there should'nt be any functional improvement involved here, other than making the initial iotable more accurate. Fixes: a3a9384a1157 ("ARM: DRA7: Reuse io tables and add a new .init_early") Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
* ARM: DRA7: Reuse io tables and add a new .init_earlyR Sricharan2013-08-131-0/+4
| | | | | | | | 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>
* ARM: OMAP5: Update SAR RAM base addressSantosh Shilimkar2013-03-191-0/+1
| | | | | | Update SAR RAM base address for OMAP5 based devices. Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
* ARM: OMAP2+ Move SoC specific headers to be local to mach-omap2Tony Lindgren2012-09-121-0/+32
These can now be moved to be local headers in mach-omap2. Note that this patch removes arch/arm/plat-omap/devices.c as it will get removed anyways with Paul Walmsley's patch "ARM: OMAP: split OMAP1, OMAP2+ RNG device registration". Signed-off-by: Tony Lindgren <tony@atomide.com>
OpenPOWER on IntegriCloud