From 97d1a07837b00606d21e9e84a4f2f3ba5fc176bb Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Thu, 15 May 2014 12:39:49 +0900 Subject: mfd: max77687: Add registration of max77686-clk The MAX77686 clock driver has been in-tree for over 6 months, but never actually enabled through the MFD registration before. Add it to the table so the device will probe and configure properly. Change-Id: I3407a2f10245eba8351eb4103916107cbfcc7fcf Signed-off-by: Olof Johansson Signed-off-by: Samuel Ortiz --- drivers/mfd/max77686.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mfd/max77686.c b/drivers/mfd/max77686.c index ba1f8b832c5..f07afb9a207 100644 --- a/drivers/mfd/max77686.c +++ b/drivers/mfd/max77686.c @@ -38,6 +38,7 @@ static struct mfd_cell max77686_devs[] = { { .name = "max77686-pmic", }, { .name = "max77686-rtc", }, + { .name = "max77686-clk", }, }; static bool max77686_volatile(struct device *dev, unsigned int reg) -- cgit v1.2.3