]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
omap5: clocks: Add clocks support for omap5 platform.
authorSricharan <r.sricharan@ti.com>
Tue, 15 Nov 2011 14:49:58 +0000 (09:49 -0500)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 15 Nov 2011 21:25:50 +0000 (22:25 +0100)
commit2e5ba489284a28990530a5c0e86a4c361e88dbe5
tree54cef4eea4852886dc4c233f8938de2ebd7f2e34
parent508a58fa8ef0eab5c9b0b4285a73b3b91420092d
omap5: clocks: Add clocks support for omap5 platform.

Adding the correct configurations required for
dplls, clocks, for omap5 Soc.

Also changes are done to retain some part of the code common
for OMAP4/5 and move only the remaining to the Soc specific
directories.

Signed-off-by: sricharan <r.sricharan@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
arch/arm/cpu/armv7/omap-common/Makefile
arch/arm/cpu/armv7/omap-common/clocks-common.c
arch/arm/cpu/armv7/omap-common/emif-common.c
arch/arm/cpu/armv7/omap4/Makefile
arch/arm/cpu/armv7/omap4/clocks.c [new file with mode: 0644]
arch/arm/cpu/armv7/omap5/clocks.c [new file with mode: 0644]
arch/arm/include/asm/arch-omap4/clocks.h
arch/arm/include/asm/arch-omap4/sys_proto.h
arch/arm/include/asm/arch-omap5/clocks.h [new file with mode: 0644]
arch/arm/include/asm/arch-omap5/sys_proto.h