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>
This commit is contained in:
Hans de Goede 2019-10-24 23:38:27 +02:00 committed by Lee Jones
parent 1e624fce3a
commit 36f1b26b4b

View file

@ -88,6 +88,9 @@ static struct mfd_cell crystal_cove_cht_dev[] = {
.num_resources = ARRAY_SIZE(gpio_resources),
.resources = gpio_resources,
},
{
.name = "cht_crystal_cove_pmic",
},
{
.name = "crystal_cove_pwm",
},