|
@@ -204,7 +204,7 @@ static int tps65090_i2c_probe(struct i2c_client *client,
|
|
|
|
|
|
ret = mfd_add_devices(tps65090->dev, -1, tps65090s,
|
|
|
ARRAY_SIZE(tps65090s), NULL,
|
|
|
- regmap_irq_chip_get_base(tps65090->irq_data), NULL);
|
|
|
+ 0, regmap_irq_get_domain(tps65090->irq_data));
|
|
|
if (ret) {
|
|
|
dev_err(&client->dev, "add mfd devices failed with err: %d\n",
|
|
|
ret);
|