]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
omap4: add clock support
authorAneesh V <aneesh@ti.com>
Thu, 21 Jul 2011 13:10:07 +0000 (09:10 -0400)
committerU-Boot <uboot@aari01-12.(none)>
Wed, 3 Aug 2011 10:49:19 +0000 (12:49 +0200)
commit3776801d0ae4c147cba3110f71441edefe46a02c
treef1969ec11c1a95b8825106c60a744790b96db77c
parentad577c8a487ac0ab277540f5fe2ea654d98d8e9f
omap4: add clock support

Add support for:
1. DPLL locking
2. Initialization of clock domains and clock modules
3. Setting up the right voltage on voltage rails

This work draws upon previous work done for x-loader by:
Santosh Shilimkar <santosh.shilimkar@ti.com>
Rajendra Nayak <rnayak@ti.com>

Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
arch/arm/cpu/armv7/omap4/Makefile
arch/arm/cpu/armv7/omap4/board.c
arch/arm/cpu/armv7/omap4/clocks.c [new file with mode: 0644]
arch/arm/include/asm/arch-omap4/clocks.h [new file with mode: 0644]
arch/arm/include/asm/arch-omap4/sys_proto.h
arch/arm/include/asm/omap_common.h
tools/omap/clocks_get_m_n.c [new file with mode: 0644]