rk2926:m713:slove io conflict for act8931 and tps65910

This commit is contained in:
张晴
2012-10-17 17:55:43 +08:00
parent d0bd72801c
commit 3149d13f5a

View File

@@ -268,6 +268,12 @@ static int tps65910_i2c_probe(struct i2c_client *i2c,
NULL, 0);
if (ret < 0)
goto err;
ret = tps65910_reg_read(tps65910,0x22);
if ((ret < 0) || (ret == 0xff)){
printk("The device is not tps65910\n");
goto err;
}
g_tps65910 = tps65910;