]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
OMAP4/5: Make the sysctrl structure common
authorSRICHARAN R <r.sricharan@ti.com>
Mon, 12 Mar 2012 02:25:42 +0000 (02:25 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 15 May 2012 06:31:24 +0000 (08:31 +0200)
commit002a2c0c66d2e1757b89ad6824b4a472dcef1076
tree2430c5d89bff12195be42930520e5af456ab6b48
parent47c50143aad7676ffa513bc395c49eb254a2c191
OMAP4/5: Make the sysctrl structure common

Make the sysctrl structure common, so that it can
be used in generic functions across socs.
Also change the base address of the system control module, to
include all the registers and not simply the io regs.

Signed-off-by: R Sricharan <r.sricharan@ti.com>
arch/arm/cpu/armv7/omap4/hwinit.c
arch/arm/cpu/armv7/omap5/hwinit.c
arch/arm/include/asm/arch-omap4/omap.h
arch/arm/include/asm/arch-omap5/omap.h
drivers/mmc/omap_hsmmc.c