|
@@ -289,7 +289,7 @@ static int mt6397_probe(struct platform_device *pdev)
|
|
|
|
|
|
ret = devm_mfd_add_devices(&pdev->dev, -1, mt6323_devs,
|
|
|
ARRAY_SIZE(mt6323_devs), NULL,
|
|
|
- 0, NULL);
|
|
|
+ 0, pmic->irq_domain);
|
|
|
break;
|
|
|
|
|
|
case MT6397_CID_CODE:
|
|
@@ -304,7 +304,7 @@ static int mt6397_probe(struct platform_device *pdev)
|
|
|
|
|
|
ret = devm_mfd_add_devices(&pdev->dev, -1, mt6397_devs,
|
|
|
ARRAY_SIZE(mt6397_devs), NULL,
|
|
|
- 0, NULL);
|
|
|
+ 0, pmic->irq_domain);
|
|
|
break;
|
|
|
|
|
|
default:
|