[U-Boot] [PATCH 1/3] power: regulator: s2mps11: add a regulator driver for s2mps11
Simon Glass
sjg at chromium.org
Wed Jan 17 20:06:23 UTC 2018
On 15 January 2018 at 22:33, Jaehoon Chung <jh80.chung at samsung.com> wrote:
> exynos5422 has the s2mps11 PMIC.
> s2mps11 pmic has the 10-BUCK and 38-LDO regulators.
> Each IP and devices in exynos5422 can be controlled by each regulators.
> This patch is support for s2mps11 regulator driver.
>
> Signed-off-by: Jaehoon Chung <jh80.chung at samsung.com>
> ---
> drivers/power/regulator/Kconfig | 8 +
> drivers/power/regulator/Makefile | 1 +
> drivers/power/regulator/s2mps11_regulator.c | 597 ++++++++++++++++++++++++++++
> include/power/s2mps11.h | 55 +++
> 4 files changed, 661 insertions(+)
> create mode 100644 drivers/power/regulator/s2mps11_regulator.c
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list