diff options
author | Heiko Stuebner <heiko@sntech.de> | 2011-09-27 08:45:23 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-10-04 19:01:29 +0900 |
commit | 8b069b7709c6b5d1492342164976ebfa178de31f (patch) | |
tree | ca80099c242687cda07b4e601e06faa264ce810b /arch/arm/plat-s3c24xx | |
parent | 4a43c666129f67b5bcc79fa59edb48c39fea75a0 (diff) | |
download | blackbird-obmc-linux-8b069b7709c6b5d1492342164976ebfa178de31f.tar.gz blackbird-obmc-linux-8b069b7709c6b5d1492342164976ebfa178de31f.zip |
ARM: S3C2443: Add hsspi-clock from pclk and rename S3C2443 hsspi sclk
This clock is common to S3C2443/2416/2450.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-s3c24xx')
-rw-r--r-- | arch/arm/plat-s3c24xx/s3c2443-clock.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/s3c2443-clock.c b/arch/arm/plat-s3c24xx/s3c2443-clock.c index f630adfaf5b2..07a4c81587ac 100644 --- a/arch/arm/plat-s3c24xx/s3c2443-clock.c +++ b/arch/arm/plat-s3c24xx/s3c2443-clock.c @@ -258,6 +258,11 @@ static struct clk init_clocks_off[] = { .enable = s3c2443_clkcon_enable_p, .ctrlbit = S3C2443_PCLKCON_IIS, }, { + .name = "hsspi", + .parent = &clk_p, + .enable = s3c2443_clkcon_enable_p, + .ctrlbit = S3C2443_PCLKCON_HSSPI, + }, { .name = "adc", .parent = &clk_p, .enable = s3c2443_clkcon_enable_p, |