Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: intel_soc_pmic_crc: Add PWM cell device for Crystalcove PMIC

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>
Acked-by: Lee Jones <lee.jones@linaro.org>
Tested-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Shobhit Kumar <shobhit.kumar@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

authored by

Shobhit Kumar and committed by
Daniel Vetter
3d5e10ec 61dd2ca2

+3
+3
drivers/mfd/intel_soc_pmic_crc.c
··· 109 109 { 110 110 .name = "crystal_cove_pmic", 111 111 }, 112 + { 113 + .name = "crystal_cove_pwm", 114 + }, 112 115 }; 113 116 114 117 static const struct regmap_config crystal_cove_regmap_config = {