diff options
author | Yauhen Kharuzhy <jekhor@gmail.com> | 2019-02-12 23:59:01 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2019-05-14 08:13:25 +0100 |
commit | 236c765d6abc80e4aac148eeaa6501c0ff43d18a (patch) | |
tree | 3cf0b5fe611a0a4cc98c96fda6e4ec30e50b86fa /drivers/mfd/intel_soc_pmic_chtwc.c | |
parent | 60a7a9a2493a10b408c00eb323fc479a3a292c17 (diff) | |
download | blackbird-op-linux-236c765d6abc80e4aac148eeaa6501c0ff43d18a.tar.gz blackbird-op-linux-236c765d6abc80e4aac148eeaa6501c0ff43d18a.zip |
mfd: intel_soc_pmic_chtwc: Register LED child device
Add MFD cell for LEDs driver to the Intel Cherry Trail Whiskey Cove PMIC
mfd device driver.
Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/intel_soc_pmic_chtwc.c')
-rw-r--r-- | drivers/mfd/intel_soc_pmic_chtwc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/intel_soc_pmic_chtwc.c b/drivers/mfd/intel_soc_pmic_chtwc.c index 64a3aece9c5e..be84bb2aa837 100644 --- a/drivers/mfd/intel_soc_pmic_chtwc.c +++ b/drivers/mfd/intel_soc_pmic_chtwc.c @@ -60,6 +60,7 @@ static struct mfd_cell cht_wc_dev[] = { .resources = cht_wc_ext_charger_resources, }, { .name = "cht_wcove_region", }, + { .name = "cht_wcove_leds", }, }; /* |