regulator: tps549b22: add TI TPS549b22 support

Change-Id: I7550fc9f78a30b5d8ff705403ad91cfd8727fad6
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
This commit is contained in:
XiaoDong Huang
2018-04-23 17:59:28 +08:00
committed by Tao Huang
parent 432a0d89dd
commit 50151fc7a3
2 changed files with 8 additions and 0 deletions

View File

@@ -855,6 +855,13 @@ config REGULATOR_TPS51632
The voltage output can be configure through I2C interface or PWM
interface.
config REGULATOR_TPS549B22
tristate "TI TPS549B22 Power regulators"
depends on I2C
help
This driver supports TPS549B22 voltage regulator chip.
The voltage output can be configure through I2C interface.
config REGULATOR_TPS6105X
tristate "TI TPS6105X Power regulators"
depends on TPS6105X

View File

@@ -106,6 +106,7 @@ obj-$(CONFIG_REGULATOR_STM32_VREFBUF) += stm32-vrefbuf.o
obj-$(CONFIG_REGULATOR_STW481X_VMMC) += stw481x-vmmc.o
obj-$(CONFIG_REGULATOR_SY8106A) += sy8106a-regulator.o
obj-$(CONFIG_REGULATOR_TI_ABB) += ti-abb-regulator.o
obj-$(CONFIG_REGULATOR_TPS549B22) += tps549b22-regulator.o
obj-$(CONFIG_REGULATOR_TPS6105X) += tps6105x-regulator.o
obj-$(CONFIG_REGULATOR_TPS62360) += tps62360-regulator.o
obj-$(CONFIG_REGULATOR_TPS65023) += tps65023-regulator.o