From: Hans de Goede Date: Thu, 24 Oct 2019 21:38:27 +0000 (+0200) Subject: mfd: intel_soc_pmic_crc: Add "cht_crystal_cove_pmic" cell to CHT cells X-Git-Tag: v5.5-rc1~95^2~18 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=36f1b26b4bc4f8c59288c477216aa52ba347c14c;p=tomoyo%2Ftomoyo-test1.git 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 Reviewed-by: Andy Shevchenko Signed-off-by: Lee Jones --- 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", }, };