From: Syed Mohammed, Khasim Date: Fri, 31 Aug 2007 18:27:39 +0000 (-0700) Subject: To fix HS I2C driver for OMAP2430 X-Git-Tag: v2.6.23-omap1~99 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=4552ff643d9205f0e0129a045ce3b2085dd494ca;p=linux-2.6-omap-h63xx.git To fix HS I2C driver for OMAP2430 This should fix HSI2C, Keypad and T2 failures on 2430SDP Signed-off-by: Syed Mohammed Khasim Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/clock.h b/arch/arm/mach-omap2/clock.h index be5df90bad2..714af90f72d 100644 --- a/arch/arm/mach-omap2/clock.h +++ b/arch/arm/mach-omap2/clock.h @@ -2221,7 +2221,7 @@ static struct clk i2c2_ick = { .name = "i2c_ick", .id = 2, .parent = &l4_ck, - .flags = CLOCK_IN_OMAP242X, + .flags = CLOCK_IN_OMAP242X | CLOCK_IN_OMAP243X, .enable_reg = OMAP_CM_REGADDR(CORE_MOD, CM_ICLKEN1), .enable_bit = OMAP2420_EN_I2C2_SHIFT, .recalc = &followparent_recalc, @@ -2251,7 +2251,7 @@ static struct clk i2c1_ick = { .name = "i2c_ick", .id = 1, .parent = &l4_ck, - .flags = CLOCK_IN_OMAP242X, + .flags = CLOCK_IN_OMAP242X | CLOCK_IN_OMAP243X, .enable_reg = OMAP_CM_REGADDR(CORE_MOD, CM_ICLKEN1), .enable_bit = OMAP2420_EN_I2C1_SHIFT, .recalc = &followparent_recalc,