summary refs log tree commit diff
path: root/drivers/mfd
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2019-10-24 23:38:27 +0200
committerLee Jones <lee.jones@linaro.org>2019-11-11 08:45:03 +0000
commit36f1b26b4bc4f8c59288c477216aa52ba347c14c (patch)
treee12c1b4e16bc5ddf3dd1ddbe57b12865b825f8ef /drivers/mfd
parent1e624fce3a1ca03fcea167cc43399d0073472edc (diff)
downloadlinux-36f1b26b4bc4f8c59288c477216aa52ba347c14c.tar.gz
mfd: intel_soc_pmic_crc: Add "cht_crystal_cove_pmic" cell to CHT cells
Add a "cht_crystal_cove_pmic" cell to the cells for the Cherry Trail
variant of the Crystal Cove PMIC. Adding this cell enables / hooks-up
the new Cherry Trail Crystal Cove PMIC OpRegion driver.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/intel_soc_pmic_crc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mfd/intel_soc_pmic_crc.c b/drivers/mfd/intel_soc_pmic_crc.c
index b6ab72fa0569..cec5a5de3391 100644
--- a/drivers/mfd/intel_soc_pmic_crc.c
+++ b/drivers/mfd/intel_soc_pmic_crc.c
@@ -89,6 +89,9 @@ static struct mfd_cell crystal_cove_cht_dev[] = {
 		.resources = gpio_resources,
 	},
 	{
+		.name = "cht_crystal_cove_pmic",
+	},
+	{
 		.name = "crystal_cove_pwm",
 	},
 };