]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
mfd: max77687: Add registration of max77686-clk
authorOlof Johansson <olof@lixom.net>
Fri, 10 May 2013 17:11:59 +0000 (10:11 -0700)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 11 Jun 2013 17:36:59 +0000 (19:36 +0200)
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>
drivers/mfd/max77686.c

index 1cbb17609c8b73ac8159aeef58ad7a595066bfc0..5bd24670e1b6413e387fd2f5a7797f3b99c0d40a 100644 (file)
@@ -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 = {