commit | 8f0fa2b8e19b68129d04431630cb5d17543387f9 | [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 | 85aecf84814a227f9cb075cc591af603e361b847 [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>