aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/prcm_mpu_44xx_54xx.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-06-06ARM: OMAP2+: PRCM: store also physical addresses for instancesTero Kristo1-1/+3
In some cases the physical address info is needed, so store this under the existing cm*_base, prm_base and prcm_mpu_base variables. These are converted now to structs that contain both virtual and physical address base for the instance. Signed-off-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
2013-06-08ARM: OMAP4+: PRCM MPU: Move function prototypes to common header for re-useSantosh Shilimkar1-0/+36
OMAP5 reuses OMAP4 MPU PRCM IP block which lets us re-use functions. So move the function prototypes from prcm_mpu44xx.h to prcm_mpu_44xx_54xx.h header. The suggestion came from Paul Walmsley as part of the OMAP5 data file review. This is preparatory patch to add OMAP5 MPU PRCM data file. Cc: Paul Walmsley <paul@pwsan.com> Acked-by: Rajendra Nayak <rnayak@ti.com> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>