Re: [PATCH 1/2] tqma6: Convert to PMIC and I2C driver model

2024-08-13 Thread Fabio Estevam
On Fri, Aug 9, 2024 at 2:58 PM Fabio Estevam wrote: > > From: Fabio Estevam > > Currently, the power_init_board() function is not executed because > CONFIG_POWER_LEGACY is not selected. > > Convert to PMIC driver model, which allows removing board I2C code in > favor of the I2C driver model. > >

[PATCH 1/2] tqma6: Convert to PMIC and I2C driver model

2024-08-09 Thread Fabio Estevam
From: Fabio Estevam Currently, the power_init_board() function is not executed because CONFIG_POWER_LEGACY is not selected. Convert to PMIC driver model, which allows removing board I2C code in favor of the I2C driver model. Signed-off-by: Fabio Estevam --- board/tq/tqma6/tqma6.c | 61 ++