mfd: Add RK630 mfd driver

Change-Id: I03c127df4ec2ad80cbaf4b0d4ad540cb5b32a245
Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
This commit is contained in:
Algea Cao
2020-04-27 09:19:41 +08:00
committed by Tao Huang
parent 4e28fd7626
commit ba120ad91d
2 changed files with 26 additions and 0 deletions

View File

@@ -1115,6 +1115,29 @@ config MFD_RC5T583
Additional drivers must be enabled in order to use the
different functionality of the device.
config MFD_RK630
tristate "RK630 CORE module support"
select MFD_CORE
help
if you say yes here you get support for the RK630, with func as
TVEncoder or CODEC.
config MFD_RK630_I2C
tristate "RK630 I2C interface support"
select MFD_RK630
select REGMAP_I2C
help
if you say yes here you get support for the RK630 when controlled
using I2C.
config MFD_RK630_SPI
tristate "RK630 SPI interface support"
select MFD_RK630
select REGMAP_SPI
help
if you say yes here you get support for the RK630 when controlled
using SPI.
config MFD_RK808
tristate "Rockchip RK805/RK808/RK809/RK816/RK817/RK818 Power Management Chip"
depends on I2C && OF

View File

@@ -219,6 +219,9 @@ obj-$(CONFIG_MFD_INTEL_PMC_BXT) += intel_pmc_bxt.o
obj-$(CONFIG_MFD_PALMAS) += palmas.o
obj-$(CONFIG_MFD_VIPERBOARD) += viperboard.o
obj-$(CONFIG_MFD_RC5T583) += rc5t583.o rc5t583-irq.o
obj-$(CONFIG_MFD_RK630) += rk630.o
obj-$(CONFIG_MFD_RK630_I2C) += rk630-i2c.o
obj-$(CONFIG_MFD_RK630_SPI) += rk630-spi.o
obj-$(CONFIG_MFD_RK808) += rk808.o
obj-$(CONFIG_MFD_RN5T618) += rn5t618.o
obj-$(CONFIG_MFD_SEC_CORE) += sec-core.o sec-irq.o