[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1368205919-32538-1-git-send-email-olof@lixom.net>
Date: Fri, 10 May 2013 10:11:59 -0700
From: Olof Johansson <olof@...om.net>
To: Samuel Ortiz <sameo@...ux.intel.com>
Cc: linux-kernel@...r.kernel.org, Olof Johansson <olof@...om.net>
Subject: [PATCH] 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@...om.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists