diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2010-08-20 20:18:19 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-09-14 04:58:21 -0400 |
commit | f1c894de475c2455e6cedcc91d0ee4eb04388f3b (patch) | |
tree | fc46d2be77dc1d9c05b01847ce5f44ba269a867a /arch/arm/mach-s5pv210/clock.c | |
parent | 80e2f36aab7e69a193926814b73b3609c2f69f20 (diff) |
ARM: S5PV210: Update I2C-1 Clock Register Property.
CLK_GATE_IP3[8] is RESERVED. The port "I2C_HDMI_DDC" of CLK_GATE_IP3[10] is
used as another I2C port. Therefore, defined the unused I2C-1 as another I2C
there was left undefined but used.
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv210/clock.c')
-rw-r--r-- | arch/arm/mach-s5pv210/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv210/clock.c b/arch/arm/mach-s5pv210/clock.c index af91fefef2c6..825b8681fbb3 100644 --- a/arch/arm/mach-s5pv210/clock.c +++ b/arch/arm/mach-s5pv210/clock.c | |||
@@ -357,7 +357,7 @@ static struct clk init_clocks_disable[] = { | |||
357 | .id = 1, | 357 | .id = 1, |
358 | .parent = &clk_pclk_psys.clk, | 358 | .parent = &clk_pclk_psys.clk, |
359 | .enable = s5pv210_clk_ip3_ctrl, | 359 | .enable = s5pv210_clk_ip3_ctrl, |
360 | .ctrlbit = (1<<8), | 360 | .ctrlbit = (1 << 10), |
361 | }, { | 361 | }, { |
362 | .name = "i2c", | 362 | .name = "i2c", |
363 | .id = 2, | 363 | .id = 2, |