diff options
author | Dan Murphy <dmurphy@ti.com> | 2019-06-05 07:56:31 -0500 |
---|---|---|
committer | Jacek Anaszewski <jacek.anaszewski@gmail.com> | 2019-06-06 20:38:22 +0200 |
commit | 9c523efb749de01f0ec172d1160bb6ef8d1620a4 (patch) | |
tree | a863aece94b75e64f510a0011b1854fcf7cc680f /drivers/mfd/Kconfig | |
parent | 4665743276c3e8efaa4da54eabe8f54b2f99e335 (diff) | |
download | lwn-9c523efb749de01f0ec172d1160bb6ef8d1620a4.tar.gz lwn-9c523efb749de01f0ec172d1160bb6ef8d1620a4.zip |
mfd: ti-lmu: Add LM36274 support to the ti-lmu
Add the LM36274 register support to the ti-lmu MFD driver.
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 8933485b28e7..a69aca3c2dab 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -1335,9 +1335,8 @@ config MFD_TI_LMU select REGMAP_I2C help Say yes here to enable support for TI LMU chips. - - TI LMU MFD supports LM3532, LM3631, LM3632, LM3633, and LM3695. - It consists of backlight, LED and regulator driver. + TI LMU MFD supports LM3532, LM3631, LM3632, LM3633, LM3695 and + LM36274. It consists of backlight, LED and regulator driver. It provides consistent device controls for lighting functions. config MFD_OMAP_USB_HOST |