aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf533/boards
diff options
context:
space:
mode:
authorAaron Wu <Aaron.Wu@analog.com>2011-12-12 05:04:54 -0500
committerBob Liu <lliubbo@gmail.com>2012-01-08 21:26:16 -0500
commit7c8e62deeb98713fcce903662a66b16bd04dc602 (patch)
tree349cf3db1addd9dde03be136da4b3eaf58f901de /arch/blackfin/mach-bf533/boards
parent1247f2f077eb556dc8c72e2e55928b3f01765cd5 (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-bf533/boards')
-rw-r--r--arch/blackfin/mach-bf533/boards/stamp.c2
1 files changed, 1 insertions, 1 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
478static struct platform_device i2c_gpio_device = { 478static struct platform_device i2c_gpio_device = {