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