On Thu, Jan 18, 2024 at 07:53:24PM +0000, Lukasz Majczak wrote: > Add ChromeOS EC-based watchdog as EC subdevice. > > Signed-off-by: Lukasz Majczak <lma@xxxxxxxxxxxx> > --- > drivers/mfd/cros_ec_dev.c | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/drivers/mfd/cros_ec_dev.c b/drivers/mfd/cros_ec_dev.c > index 603b1cd52785..d0140a285f69 100644 > --- a/drivers/mfd/cros_ec_dev.c > +++ b/drivers/mfd/cros_ec_dev.c > @@ -91,6 +91,10 @@ static const struct mfd_cell cros_usbpd_notify_cells[] = { > { .name = "cros-usbpd-notify", }, > }; > > +static const struct mfd_cell cros_ec_wdt_cells[] = { > + { .name = "cros-ec-wdt-drv", } Assuming you drop "-drv", Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx> Thanks, Guenter