aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorGravatar Mark Brown <broonie@kernel.org> 2023-05-23 22:43:03 +0100
committerGravatar Mark Brown <broonie@kernel.org> 2023-05-23 22:43:03 +0100
commite6beda565b2b1084f9a2cca5c73ae08f1e58c34e (patch)
treee0fc8b4f89b0001cc65ea358005f13df2c188677 /drivers/regulator/Kconfig
parentregulator: tps6287x: Fix missing .n_voltages setting (diff)
parentregulator: rk808: add rk806 support (diff)
downloadlinux-e6beda565b2b1084f9a2cca5c73ae08f1e58c34e.tar.gz
linux-e6beda565b2b1084f9a2cca5c73ae08f1e58c34e.tar.bz2
linux-e6beda565b2b1084f9a2cca5c73ae08f1e58c34e.zip
mfd/pinctrl/regulator: Add RK806 Support
Merge series from Sebastian Reichel <sebastian.reichel@collabora.com>: All existing boards using RK3588/RK3588s use RK806 PMICs. This series is now the main blocker for full upstream support of those boards and it would be good to have it merged for 6.5 :) The patches have been tested on multiple different platforms and are mainly missing an Ack from Mark or Liam for the rk808-regulator changes. Merging must happen through a single tree, since the pinctrl and regulator drivers rely on the register definitions from the include file added by the MFD patch. My suggested merge strategy is that Lee creates an immutable branch for the regulator/pinctrl tree once all Acks have been collected.
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 76918f8d3a16..7bbaf5991268 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -1056,7 +1056,7 @@ config REGULATOR_RC5T583
config REGULATOR_RK808
tristate "Rockchip RK805/RK808/RK809/RK817/RK818 Power regulators"
- depends on MFD_RK808
+ depends on MFD_RK8XX
help
Select this option to enable the power regulator of ROCKCHIP
PMIC RK805,RK809&RK817,RK808 and RK818.