diff options
author | Aaron Wu <Aaron.Wu@analog.com> | 2011-12-12 05:04:54 -0500 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-01-08 21:26:16 -0500 |
commit | 7c8e62deeb98713fcce903662a66b16bd04dc602 (patch) | |
tree | 349cf3db1addd9dde03be136da4b3eaf58f901de | |
parent | 1247f2f077eb556dc8c72e2e55928b3f01765cd5 (diff) |
blackfin: i2c-lcd: change default clock rate
Change default clock rate of GPIO based I2C operation for BF533
and BF561 to bring up the I2C interface LCD display
Signed-off-by: Aaron Wu <Aaron.Wu@analog.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
-rw-r--r-- | arch/blackfin/mach-bf533/boards/stamp.c | 2 | ||||
-rw-r--r-- | arch/blackfin/mach-bf561/boards/ezkit.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf533/boards/stamp.c b/arch/blackfin/mach-bf533/boards/stamp.c index edd057d25e22..ce88a7165b62 100644 --- a/arch/blackfin/mach-bf533/boards/stamp.c +++ b/arch/blackfin/mach-bf533/boards/stamp.c | |||
@@ -472,7 +472,7 @@ static struct i2c_gpio_platform_data i2c_gpio_data = { | |||
472 | .scl_pin = GPIO_PF3, | 472 | .scl_pin = GPIO_PF3, |
473 | .sda_is_open_drain = 0, | 473 | .sda_is_open_drain = 0, |
474 | .scl_is_open_drain = 0, | 474 | .scl_is_open_drain = 0, |
475 | .udelay = 40, | 475 | .udelay = 10, |
476 | }; | 476 | }; |
477 | 477 | ||
478 | static struct platform_device i2c_gpio_device = { | 478 | static struct platform_device i2c_gpio_device = { |
diff --git a/arch/blackfin/mach-bf561/boards/ezkit.c b/arch/blackfin/mach-bf561/boards/ezkit.c index 5ade37d04483..c60638fb2e01 100644 --- a/arch/blackfin/mach-bf561/boards/ezkit.c +++ b/arch/blackfin/mach-bf561/boards/ezkit.c | |||
@@ -383,7 +383,7 @@ static struct i2c_gpio_platform_data i2c_gpio_data = { | |||
383 | .scl_pin = GPIO_PF0, | 383 | .scl_pin = GPIO_PF0, |
384 | .sda_is_open_drain = 0, | 384 | .sda_is_open_drain = 0, |
385 | .scl_is_open_drain = 0, | 385 | .scl_is_open_drain = 0, |
386 | .udelay = 40, | 386 | .udelay = 10, |
387 | }; | 387 | }; |
388 | 388 | ||
389 | static struct platform_device i2c_gpio_device = { | 389 | static struct platform_device i2c_gpio_device = { |