diff options
| author | Tom Rini <[email protected]> | 2024-10-21 17:52:40 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-21 17:52:40 -0600 |
| commit | 63a3dbb7b9e1c352c85b4fa6508f1c895e163458 (patch) | |
| tree | f3dc4bb569b5eb6ea3ee5c119556867c8a9cbcf0 /drivers/power | |
| parent | 33da135f7e186642921995a478bd2b2b02939a67 (diff) | |
| parent | 1b379f4a410c30a842184703e80079731d5cf139 (diff) | |
Merge patch series "Add AVS support for J721S2"
Manorit Chawdhry <[email protected]> says:
This series adds support for Adaptive voltage scaling on J721S2 device [0].
[0]: https://www.ti.com/lit/pdf/spruj28 (Section 5.2.4.1 AVS Support)
AVS Test for J721S2: https://gist.github.com/manorit2001/b2fd9f6764a863294d4aa0755c83c84f
Boot Test results: https://gist.github.com/manorit2001/d44e035552cb19aadeb0d928d5cb5f26
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/power')
| -rw-r--r-- | drivers/power/pmic/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/pmic/Kconfig b/drivers/power/pmic/Kconfig index 562c1a3b122..bbcbcee4c35 100644 --- a/drivers/power/pmic/Kconfig +++ b/drivers/power/pmic/Kconfig @@ -394,6 +394,7 @@ config SPL_PMIC_LP87565 config PMIC_TPS65941 bool "Enable driver for Texas Instruments TPS65941 PMIC" + depends on DM_PMIC help The TPS65941 is a PMIC containing a bunch of SMPS & LDOs. This driver binds the pmic children. |
