diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/clock.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/clock.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/clock.c b/arch/arm/mach-s3c64xx/clock.c index 7f5e1aa99ce1..2ac2e7d73e53 100644 --- a/arch/arm/mach-s3c64xx/clock.c +++ b/arch/arm/mach-s3c64xx/clock.c | |||
@@ -151,6 +151,14 @@ static struct clk init_clocks_disable[] = { | |||
151 | .enable = s3c64xx_pclk_ctrl, | 151 | .enable = s3c64xx_pclk_ctrl, |
152 | .ctrlbit = S3C_CLKCON_PCLK_IIS1, | 152 | .ctrlbit = S3C_CLKCON_PCLK_IIS1, |
153 | }, { | 153 | }, { |
154 | #ifdef CONFIG_CPU_S3C6410 | ||
155 | .name = "iis", | ||
156 | .id = -1, /* There's only one IISv4 port */ | ||
157 | .parent = &clk_p, | ||
158 | .enable = s3c64xx_pclk_ctrl, | ||
159 | .ctrlbit = S3C6410_CLKCON_PCLK_IIS2, | ||
160 | }, { | ||
161 | #endif | ||
154 | .name = "spi", | 162 | .name = "spi", |
155 | .id = 0, | 163 | .id = 0, |
156 | .parent = &clk_p, | 164 | .parent = &clk_p, |