commit | c6951c33a2f6925bc8ec81efaa29cf741f8c7367 | [log] [tgz] |
---|---|---|
author | Svyatoslav Ryhel <clamor95@gmail.com> | Fri Oct 27 11:26:08 2023 +0300 |
committer | Tom Rini <trini@konsulko.com> | Fri Nov 03 12:37:15 2023 -0400 |
tree | f50a089819c8757938102d5cbc934a3468d12312 | |
parent | 3a09a69550e8b849bd8a2fde4efd93111f511a45 [diff] |
power: pmic: palmas: support TI TPS65913 PMIC Existing PALMAS PMIC driver is fully compatible with TI TPS65913 PMIC found in many Tegra 4 devices, like Tegra Note 7 and ASUS TF701T. TPS65913 shares same structure of regulators like TPS659038 so data can be reused. Tested-by: Svyatoslav Ryhel <clamor95@gmail.com> # NVIDIA Tegratab Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>