OSDN Git Service

drivers/mfd: Add PWM cell device for Crystalcove PMIC
authorShobhit Kumar <shobhit.kumar@intel.com>
Fri, 6 Mar 2015 15:21:11 +0000 (20:51 +0530)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 28 Apr 2015 17:19:47 +0000 (01:19 +0800)
Needed for PWM control suuported by the PMIC

CC: Samuel Ortiz <sameo@linux.intel.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Alexandre Courbot <gnurou@gmail.com>
Cc: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Shobhit Kumar <shobhit.kumar@intel.com>
drivers/mfd/intel_soc_pmic_crc.c

index 4cc1b32..8839e25 100644 (file)
@@ -109,6 +109,9 @@ static struct mfd_cell crystal_cove_dev[] = {
        {
                .name = "crystal_cove_pmic",
        },
+       {
+               .name = "crystal_cove_pwm",
+       },
 };
 
 static const struct regmap_config crystal_cove_regmap_config = {