commit | 51201e49b05266fce231a0957afa3278a1e49177 | [log] [tgz] |
---|---|---|
author | Svyatoslav Ryhel <clamor95@gmail.com> | Fri Oct 27 11:26:12 2023 +0300 |
committer | Tom Rini <trini@konsulko.com> | Fri Nov 03 12:37:15 2023 -0400 |
tree | 265c47256add347c6e7285e194df43e4b9ee9d66 | |
parent | cc7595a8507ce1e476bfbcca0ce041fc2169667f [diff] |
power: pmic: add the base TPS80031 PMIC support Add support to bind the regulators/child nodes with the pmic. Also adds the pmic i2c based read/write functions to access pmic registers. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>