提交 7c8e62de 编写于 作者: A Aaron Wu 提交者: Bob Liu

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: NAaron Wu <Aaron.Wu@analog.com>
Signed-off-by: NBob Liu <lliubbo@gmail.com>
上级 1247f2f0
......@@ -472,7 +472,7 @@ static struct i2c_gpio_platform_data i2c_gpio_data = {
.scl_pin = GPIO_PF3,
.sda_is_open_drain = 0,
.scl_is_open_drain = 0,
.udelay = 40,
.udelay = 10,
};
static struct platform_device i2c_gpio_device = {
......
......@@ -383,7 +383,7 @@ static struct i2c_gpio_platform_data i2c_gpio_data = {
.scl_pin = GPIO_PF0,
.sda_is_open_drain = 0,
.scl_is_open_drain = 0,
.udelay = 40,
.udelay = 10,
};
static struct platform_device i2c_gpio_device = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册