regulator: max77826: Add max77826 regulator driver
authorIskren Chernev <iskren.chernev@gmail.com>
Tue, 14 Apr 2020 17:22:48 +0000 (20:22 +0300)
committerMark Brown <broonie@kernel.org>
Tue, 14 Apr 2020 18:01:19 +0000 (19:01 +0100)
commite7314653dc08efbf3c6a17fff7290cf2d89ea03b
treebeb4cafb51ec35c017cdced90a0defcfad6fdcae
parent2ea8db7200d40f89ebfb97fc512ced5f792e0e1c
regulator: max77826: Add max77826 regulator driver

Adding regulator driver for the Maxim max77826 device.
The max77826 PMIC contains a high-efficiency BUCK regulator, a BUCK
BOOST regulator and 15 LDOs. It is designed for smartphone and tablet
applications and is accessed over I2C.

Signed-off-by: Iskren Chernev <iskren.chernev@gmail.com>
Link: https://lore.kernel.org/r/20200414172250.2363235-2-iskren.chernev@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/max77826-regulator.c [new file with mode: 0644]