summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/max77686.c
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2013-05-10 10:11:59 -0700
committerSamuel Ortiz <sameo@linux.intel.com>2013-06-11 19:36:59 +0200
commitc0fa7e104bbae5286f4fcf359f66a536f849c040 (patch)
treed888736097301309d40e088441d6b4a97b5e4198 /drivers/mfd/max77686.c
parent7c8844481a1c16c10fa9be4ce95be5725aed6ce3 (diff)
downloadlinux-0-day-c0fa7e104bbae5286f4fcf359f66a536f849c040.tar.gz
linux-0-day-c0fa7e104bbae5286f4fcf359f66a536f849c040.tar.xz
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. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/max77686.c')
-rw-r--r--drivers/mfd/max77686.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/max77686.c b/drivers/mfd/max77686.c
index 1cbb17609c8b7..5bd24670e1b64 100644
--- a/drivers/mfd/max77686.c
+++ b/drivers/mfd/max77686.c
@@ -37,6 +37,7 @@
static struct mfd_cell max77686_devs[] = {
{ .name = "max77686-pmic", },
{ .name = "max77686-rtc", },
+ { .name = "max77686-clk", },
};
static struct regmap_config max77686_regmap_config = {