diff options
Diffstat (limited to 'drivers/mfd/max77843.c')
-rw-r--r-- | drivers/mfd/max77843.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mfd/max77843.c b/drivers/mfd/max77843.c index dc5caeaaa6a1..21c61d82fe80 100644 --- a/drivers/mfd/max77843.c +++ b/drivers/mfd/max77843.c @@ -38,6 +38,9 @@ static const struct mfd_cell max77843_devs[] = { }, { .name = "max77843-haptic", .of_compatible = "maxim,max77843-haptic", + }, { + .name = "max77843-led", + .of_compatible = "maxim,max77843-led", }, }; |