]> Git Repo - linux.git/commitdiff
mfd: intel_soc_pmic_crc: Add PWM cell device for Crystalcove PMIC
authorShobhit Kumar <[email protected]>
Fri, 26 Jun 2015 09:02:06 +0000 (14:32 +0530)
committerDaniel Vetter <[email protected]>
Tue, 21 Jul 2015 07:22:08 +0000 (09:22 +0200)
Needed for PWM control suuported by the PMIC

CC: Samuel Ortiz <[email protected]>
Cc: Linus Walleij <[email protected]>
Cc: Alexandre Courbot <[email protected]>
Cc: Thierry Reding <[email protected]>
Acked-by: Lee Jones <[email protected]>
Tested-by: Ville Syrjälä <[email protected]>
Signed-off-by: Shobhit Kumar <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
drivers/mfd/intel_soc_pmic_crc.c

index 7436075e89832b3271cbe337f968e4b6a9a2e988..4a7494872da245abf1db040d8d68acec812e8d33 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 = {
This page took 0.058707 seconds and 4 git commands to generate.