regulator: mt6359: Add support for MT6359 regulator
authorWen Su <wen.su@mediatek.com>
Wed, 26 May 2021 06:52:05 +0000 (14:52 +0800)
committerLee Jones <lee.jones@linaro.org>
Tue, 1 Jun 2021 15:44:31 +0000 (16:44 +0100)
commitd7a58decc7049e8ca9707b63fcc2556cde3d26c5
treebd55faf7596c6b37d4820fa443b42d8eb5f9fcd1
parente545b8f380a96174df40db4203d09156e096ee89
regulator: mt6359: Add support for MT6359 regulator

The MT6359 is a regulator found on boards based on MediaTek MT6779 and
probably other SoCs. It is a so called pmic and connects as a slave to
SoC using SPI, wrapped inside the pmic-wrapper.

Signed-off-by: Wen Su <wen.su@mediatek.com>
Signed-off-by: Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com>
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/mt6359-regulator.c [new file with mode: 0644]
include/linux/regulator/mt6359-regulator.h [new file with mode: 0644]