commit | e8cb4e78c7dcd51f5ef92f465919ce19f8a0356f | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Sat Mar 12 08:11:11 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 05 15:51:52 2022 -0400 |
tree | 784be185407174081e609365e8f958ccb97b8cc0 | |
parent | 1610b68ea305cf00a8570dcb273ea585c4c4f8df [diff] |
power: pmic: Provide DM_PMIC support for tps65217 driver The tps65217 PMIC driver is used with am335x SoC based designs. It is used in the SPL (MLO) as well, so the DM conversion only is for u-boot proper. This driver only allows simple reading/writing/dumping of the content of its registers and requires the DM_I2C for proper operation. Signed-off-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>