diff options
Diffstat (limited to 'arch/arm/mach-s5p64x0/clock-s5p6450.c')
-rw-r--r-- | arch/arm/mach-s5p64x0/clock-s5p6450.c | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/arch/arm/mach-s5p64x0/clock-s5p6450.c b/arch/arm/mach-s5p64x0/clock-s5p6450.c index 7dbf3c968f53..d8b20ee8cc8c 100644 --- a/arch/arm/mach-s5p64x0/clock-s5p6450.c +++ b/arch/arm/mach-s5p64x0/clock-s5p6450.c | |||
@@ -256,11 +256,23 @@ static struct clk init_clocks_disable[] = { | |||
256 | .ctrlbit = (1 << 22), | 256 | .ctrlbit = (1 << 22), |
257 | }, { | 257 | }, { |
258 | .name = "iis", | 258 | .name = "iis", |
259 | .id = -1, | 259 | .id = 0, |
260 | .parent = &clk_pclk_low.clk, | 260 | .parent = &clk_pclk_low.clk, |
261 | .enable = s5p64x0_pclk_ctrl, | 261 | .enable = s5p64x0_pclk_ctrl, |
262 | .ctrlbit = (1 << 26), | 262 | .ctrlbit = (1 << 26), |
263 | }, { | 263 | }, { |
264 | .name = "iis", | ||
265 | .id = 1, | ||
266 | .parent = &clk_pclk_low.clk, | ||
267 | .enable = s5p64x0_pclk_ctrl, | ||
268 | .ctrlbit = (1 << 15), | ||
269 | }, { | ||
270 | .name = "iis", | ||
271 | .id = 2, | ||
272 | .parent = &clk_pclk_low.clk, | ||
273 | .enable = s5p64x0_pclk_ctrl, | ||
274 | .ctrlbit = (1 << 16), | ||
275 | }, { | ||
264 | .name = "i2c", | 276 | .name = "i2c", |
265 | .id = 1, | 277 | .id = 1, |
266 | .parent = &clk_pclk_low.clk, | 278 | .parent = &clk_pclk_low.clk, |