diff options
author | Mark Brown <broonie@kernel.org> | 2023-05-23 22:43:03 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-05-23 22:43:03 +0100 |
commit | e6beda565b2b1084f9a2cca5c73ae08f1e58c34e (patch) | |
tree | e0fc8b4f89b0001cc65ea358005f13df2c188677 /drivers/regulator/Kconfig | |
parent | 15a1cd245d5b3cc6cf42ca9ceacf9a6dfc2e33b4 (diff) | |
parent | f991a220a44726c54c2332569a2a80bf074aa775 (diff) |
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/Kconfig | 2 |
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. |