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 /arch/blackfin/mach-bf561/boards | |
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>
Diffstat (limited to 'arch/blackfin/mach-bf561/boards')
-rw-r--r-- | arch/blackfin/mach-bf561/boards/ezkit.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |