]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: S3C24XX: add get_rate for clk_p on S3C2416/2443
authorHeiko Stuebner <heiko@sntech.de>
Wed, 7 Mar 2012 10:00:04 +0000 (02:00 -0800)
committerKukjin Kim <kgene.kim@samsung.com>
Wed, 7 Mar 2012 10:00:04 +0000 (02:00 -0800)
commit9edc12a1a9db50fd7659463adf5a0e1eb5f2ce0d
tree4cc78074268d76b93e1b3c115e4a083dc060131e
parentb681bfcf484519112ed67ceaed94fdaca929aaef
ARM: S3C24XX: add get_rate for clk_p on S3C2416/2443

Currently the rate of clk_p is calculated once and set through the
s3c24xx_setup_clocks call. As the clk_p is a child of clk_h we can
evaluate its divider and calculate the rate in get_rate.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c24xx/common-s3c2443.c