|
@@ -1128,11 +1128,11 @@ static int s3c24xx_i2c_probe(struct platform_device *pdev)
|
|
s3c24xx_i2c_parse_dt(pdev->dev.of_node, i2c);
|
|
s3c24xx_i2c_parse_dt(pdev->dev.of_node, i2c);
|
|
|
|
|
|
strlcpy(i2c->adap.name, "s3c2410-i2c", sizeof(i2c->adap.name));
|
|
strlcpy(i2c->adap.name, "s3c2410-i2c", sizeof(i2c->adap.name));
|
|
- i2c->adap.owner = THIS_MODULE;
|
|
|
|
- i2c->adap.algo = &s3c24xx_i2c_algorithm;
|
|
|
|
|
|
+ i2c->adap.owner = THIS_MODULE;
|
|
|
|
+ i2c->adap.algo = &s3c24xx_i2c_algorithm;
|
|
i2c->adap.retries = 2;
|
|
i2c->adap.retries = 2;
|
|
- i2c->adap.class = I2C_CLASS_HWMON | I2C_CLASS_SPD | I2C_CLASS_DEPRECATED;
|
|
|
|
- i2c->tx_setup = 50;
|
|
|
|
|
|
+ i2c->adap.class = I2C_CLASS_DEPRECATED;
|
|
|
|
+ i2c->tx_setup = 50;
|
|
|
|
|
|
init_waitqueue_head(&i2c->wait);
|
|
init_waitqueue_head(&i2c->wait);
|
|
|
|
|