Re: [PATCH 2/3] power: pmic: Provide DM_PMIC support for tps65217 driver

2022-03-06 Thread Jaehoon Chung
On 2/22/22 17:03, Lukasz Majewski wrote: > 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

[PATCH 2/3] power: pmic: Provide DM_PMIC support for tps65217 driver

2022-02-22 Thread Lukasz Majewski
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. Moreover, new