* [PATCH] To fix HS I2C driver for OMAP2430
@ 2007-08-29 23:16 Syed Mohammed, Khasim
2007-08-31 18:27 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Syed Mohammed, Khasim @ 2007-08-29 23:16 UTC (permalink / raw)
To: Linux OMAP
This should fix HSI2C, Keypad and T2 failures on 2430SDP
Signed-off-by: Syed Mohammed Khasim <x0khasim@ti.com>
File Changed:
arch/arm/mach-omap2/clock.h
=======================================================================
--- linux-omap/arch/arm/mach-omap2/clock.h 2007-08-21 15:44:23.000000000 -0500
+++ my_linux-omap/arch/arm/mach-omap2/clock.h 2007-08-29 18:07:40.000000000 -0500
@@ -1734,7 +1734,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,
@@ -1764,7 +1764,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,
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] To fix HS I2C driver for OMAP2430
2007-08-29 23:16 [PATCH] To fix HS I2C driver for OMAP2430 Syed Mohammed, Khasim
@ 2007-08-31 18:27 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2007-08-31 18:27 UTC (permalink / raw)
To: Syed Mohammed, Khasim; +Cc: Linux OMAP
* Syed Mohammed, Khasim <x0khasim@ti.com> [070829 16:17]:
> This should fix HSI2C, Keypad and T2 failures on 2430SDP
>
> Signed-off-by: Syed Mohammed Khasim <x0khasim@ti.com>
>
> File Changed:
> arch/arm/mach-omap2/clock.h
>
> =======================================================================
>
> --- linux-omap/arch/arm/mach-omap2/clock.h 2007-08-21 15:44:23.000000000 -0500
> +++ my_linux-omap/arch/arm/mach-omap2/clock.h 2007-08-29 18:07:40.000000000 -0500
> @@ -1734,7 +1734,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,
> @@ -1764,7 +1764,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,
Pushing today.
Tony
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-08-31 18:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-29 23:16 [PATCH] To fix HS I2C driver for OMAP2430 Syed Mohammed, Khasim
2007-08-31 18:27 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox