]> git.dujemihanovic.xyz Git - u-boot.git/commit
power: pmic: add the base TPS80031 PMIC support
authorSvyatoslav Ryhel <clamor95@gmail.com>
Fri, 27 Oct 2023 08:26:12 +0000 (11:26 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 3 Nov 2023 16:37:15 +0000 (12:37 -0400)
commit51201e49b05266fce231a0957afa3278a1e49177
tree265c47256add347c6e7285e194df43e4b9ee9d66
parentcc7595a8507ce1e476bfbcca0ce041fc2169667f
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>
doc/device-tree-bindings/pmic/tps80031.txt [new file with mode: 0644]
drivers/power/pmic/Kconfig
drivers/power/pmic/Makefile
drivers/power/pmic/tps80031.c [new file with mode: 0644]
include/power/tps80031.h [new file with mode: 0644]