power: regulator: add driver for ANATOP regulator
authorYing-Chun Liu (PaulLiu) <paul.liu@linaro.org>
Sat, 27 Mar 2021 13:46:51 +0000 (21:46 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 20 Apr 2021 11:31:12 +0000 (07:31 -0400)
commit6ab0286ae1bd37b95528b50513abe1b236e2f32c
tree23ca707ba00a13640b12a2106e55e6c8a1113e6b
parentec611871f3eb366f7efd557167ec2284e5f5069b
power: regulator: add driver for ANATOP regulator

Anatop is an integrated regulator inside i.MX6 SoC.
There are 3 digital regulators which controls PU, CORE (ARM), and SOC.
And 3 analog regulators which controls 1P1, 2P5, 3P0 (USB).
This patch adds the Anatop regulator driver.

Signed-off-by: Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org>
Reviewed-by: Sean Anderson <sean.anderson@seco.com>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Jaehoon Chung <jh80.chung@samsung.com>
Cc: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/power/regulator/Kconfig
drivers/power/regulator/Makefile
drivers/power/regulator/anatop_regulator.c [new file with mode: 0644]