]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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 b6ab72fa056971228a2948846fcd1a42c7cec13f..cec5a5de3391d202e379a07d878affe8bb096f37 100644 (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",
        },