aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/regulator/Kconfig4
-rw-r--r--drivers/regulator/s2mps11.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 789eb46090e3..203c02d7f283 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -457,10 +457,10 @@ config REGULATOR_S2MPA01
457 via I2C bus. S2MPA01 has 10 Bucks and 26 LDO outputs. 457 via I2C bus. S2MPA01 has 10 Bucks and 26 LDO outputs.
458 458
459config REGULATOR_S2MPS11 459config REGULATOR_S2MPS11
460 tristate "Samsung S2MPS11/S2MPS14 voltage regulator" 460 tristate "Samsung S2MPS11/S2MPS14/S2MPU02 voltage regulator"
461 depends on MFD_SEC_CORE 461 depends on MFD_SEC_CORE
462 help 462 help
463 This driver supports a Samsung S2MPS11/S2MPS14 voltage output 463 This driver supports a Samsung S2MPS11/S2MPS14/S2MPU02 voltage output
464 regulator via I2C bus. The chip is comprised of high efficient Buck 464 regulator via I2C bus. The chip is comprised of high efficient Buck
465 converters including Dual-Phase Buck converter, Buck-Boost converter, 465 converters including Dual-Phase Buck converter, Buck-Boost converter,
466 various LDOs. 466 various LDOs.
diff --git a/drivers/regulator/s2mps11.c b/drivers/regulator/s2mps11.c
index 02e2fb2fca66..2b7e9e220497 100644
--- a/drivers/regulator/s2mps11.c
+++ b/drivers/regulator/s2mps11.c
@@ -766,5 +766,5 @@ module_exit(s2mps11_pmic_exit);
766 766
767/* Module information */ 767/* Module information */
768MODULE_AUTHOR("Sangbeom Kim <sbkim73@samsung.com>"); 768MODULE_AUTHOR("Sangbeom Kim <sbkim73@samsung.com>");
769MODULE_DESCRIPTION("SAMSUNG S2MPS11/S2MPS14 Regulator Driver"); 769MODULE_DESCRIPTION("SAMSUNG S2MPS11/S2MPS14/S2MPU02 Regulator Driver");
770MODULE_LICENSE("GPL"); 770MODULE_LICENSE("GPL");