OSDN Git Service

mfd: intel_soc_pmic_crc: Add "cht_crystal_cove_pmic" cell to CHT cells
authorHans de Goede <hdegoede@redhat.com>
Thu, 24 Oct 2019 21:38:27 +0000 (23:38 +0200)
committerLee Jones <lee.jones@linaro.org>
Mon, 11 Nov 2019 08:45:03 +0000 (08:45 +0000)
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>
drivers/mfd/intel_soc_pmic_crc.c

index b6ab72f..cec5a5d 100644 (file)
@@ -89,6 +89,9 @@ static struct mfd_cell crystal_cove_cht_dev[] = {
                .resources = gpio_resources,
        },
        {
+               .name = "cht_crystal_cove_pmic",
+       },
+       {
                .name = "crystal_cove_pwm",
        },
 };