Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Olof Johansson and committed by
Samuel Ortiz
c0fa7e10 7c884448

+1
+1
drivers/mfd/max77686.c
··· 37 37 static struct mfd_cell max77686_devs[] = { 38 38 { .name = "max77686-pmic", }, 39 39 { .name = "max77686-rtc", }, 40 + { .name = "max77686-clk", }, 40 41 }; 41 42 42 43 static struct regmap_config max77686_regmap_config = {