|
@@ -202,8 +202,8 @@ static int create_i2c_bus(struct i2c_adapter *adapter,
|
|
algo->setscl = via_i2c_setscl;
|
|
algo->setscl = via_i2c_setscl;
|
|
algo->getsda = via_i2c_getsda;
|
|
algo->getsda = via_i2c_getsda;
|
|
algo->getscl = via_i2c_getscl;
|
|
algo->getscl = via_i2c_getscl;
|
|
- algo->udelay = 40;
|
|
|
|
- algo->timeout = 20;
|
|
|
|
|
|
+ algo->udelay = 10;
|
|
|
|
+ algo->timeout = 2;
|
|
algo->data = adap_cfg;
|
|
algo->data = adap_cfg;
|
|
|
|
|
|
sprintf(adapter->name, "viafb i2c io_port idx 0x%02x",
|
|
sprintf(adapter->name, "viafb i2c io_port idx 0x%02x",
|