diff options
author | Alistair Francis <alistair@alistair23.me> | 2021-06-15 13:33:58 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-06-15 18:43:00 +0300 |
commit | 8c485bedfb7852fa4de2a34aac2a6fd911f539f4 (patch) | |
tree | b625fbf5043e0c33c5852131eb7a91bd6e2fa8a9 /drivers/regulator/Makefile | |
parent | f3f4f37d53be578c65dd32a1ffad432b33aef236 (diff) | |
download | linux-8c485bedfb7852fa4de2a34aac2a6fd911f539f4.tar.xz |
regulator: sy7636a: Initial commit
Initial support for the Silergy SY7636A-regulator Power Management chip.
Signed-off-by: Alistair Francis <alistair@alistair23.me>
Link: https://lore.kernel.org/r/20210615103400.946-3-alistair@alistair23.me
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r-- | drivers/regulator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index 59ce3359a84a..028f2b8788db 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -138,6 +138,7 @@ obj-$(CONFIG_REGULATOR_STM32_VREFBUF) += stm32-vrefbuf.o obj-$(CONFIG_REGULATOR_STM32_PWR) += stm32-pwr.o obj-$(CONFIG_REGULATOR_STPMIC1) += stpmic1_regulator.o obj-$(CONFIG_REGULATOR_STW481X_VMMC) += stw481x-vmmc.o +obj-$(CONFIG_REGULATOR_SY7636A) += sy7636a-regulator.o obj-$(CONFIG_REGULATOR_SY8106A) += sy8106a-regulator.o obj-$(CONFIG_REGULATOR_SY8824X) += sy8824x.o obj-$(CONFIG_REGULATOR_SY8827N) += sy8827n.o |