ARM: S5PC100: Clock and PLL support
authorByungho Min <bhminjames@gmail.com>
Tue, 23 Jun 2009 12:39:56 +0000 (21:39 +0900)
committerBen Dooks <ben-linux@fluff.org>
Sun, 16 Aug 2009 22:25:00 +0000 (23:25 +0100)
commitc1cc3db8e9fcf1c9d2db3f34552c73996d3d8a13
tree76f17bf026fb785fedf86b5ad69dfdf477f94719
parentc9b870e7e796eea515a261a314917317ebb1cb4a
ARM: S5PC100: Clock and PLL support

S5PC100 has 4 PLLs (APLL,MPLL,EPLL,HPLL) and 3 clock domains. Clock scheme is
implemented here.

Signed-off-by: Byungho Min <bhmin@samsung.com>
[ben-linux@fluff.org: edited title]
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/plat-s5pc1xx/include/plat/pll.h [new file with mode: 0644]
arch/arm/plat-s5pc1xx/include/plat/regs-clock.h [new file with mode: 0644]
arch/arm/plat-s5pc1xx/s5pc100-clock.c [new file with mode: 0644]