* [PATCH] mfd: max77687: add registration of max77686-clk
@ 2013-05-10 17:11 Olof Johansson
2013-05-16 22:15 ` Samuel Ortiz
0 siblings, 1 reply; 2+ messages in thread
From: Olof Johansson @ 2013-05-10 17:11 UTC (permalink / raw)
To: Samuel Ortiz; +Cc: linux-kernel, Olof Johansson
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>
---
drivers/mfd/max77686.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mfd/max77686.c b/drivers/mfd/max77686.c
index 1cbb176..5bd2467 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 = {
--
1.8.2.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-16 22:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-10 17:11 [PATCH] mfd: max77687: add registration of max77686-clk Olof Johansson
2013-05-16 22:15 ` Samuel Ortiz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®