From: Peter Vasil <peter.vasil@xxxxxxxxx> Add MFD cells for new Tahvo ASIC LEDPWM and Vcore regulator drivers. --- drivers/mfd/retu-mfd.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/drivers/mfd/retu-mfd.c b/drivers/mfd/retu-mfd.c index c748fd29a220..3a4f3c64ae72 100644 --- a/drivers/mfd/retu-mfd.c +++ b/drivers/mfd/retu-mfd.c @@ -99,6 +99,14 @@ static const struct mfd_cell tahvo_devs[] = { .resources = tahvo_usb_res, .num_resources = ARRAY_SIZE(tahvo_usb_res), }, + { + .name = "tahvo-ledpwm", + .of_compatible = "nokia,tahvo-ledpwm" + }, + { + .name = "tahvo-vcore-regulator", + .of_compatible = "nokia,tahvo-vcore-regulator" + }, }; static struct regmap_irq tahvo_irqs[] = { -- 2.25.1