Re: [PATCH 1/2] udoo_neo: Move to DM for REGUALTOR/PMIC/I2C drivers

2022-11-14 Thread Peter Robinson
On Mon, Nov 14, 2022 at 10:50 PM Simon Glass wrote: > > On Mon, 14 Nov 2022 at 10:32, Fabio Estevam wrote: > > > > Hi Peter, > > > > On Mon, Nov 14, 2022 at 1:15 PM Peter Robinson wrote: > > > > > > This moves over the PMIC power init to DM and the associated i2c and > > > regulator bits. > > >

Re: [PATCH 1/2] udoo_neo: Move to DM for REGUALTOR/PMIC/I2C drivers

2022-11-14 Thread Simon Glass
On Mon, 14 Nov 2022 at 10:32, Fabio Estevam wrote: > > Hi Peter, > > On Mon, Nov 14, 2022 at 1:15 PM Peter Robinson wrote: > > > > This moves over the PMIC power init to DM and the associated i2c and > > regulator bits. > > There is a typo in the Subject line: s/REGUALTOR/REGULATOR > > > diff --g

Re: [PATCH 1/2] udoo_neo: Move to DM for REGUALTOR/PMIC/I2C drivers

2022-11-14 Thread Fabio Estevam
Hi Peter, On Mon, Nov 14, 2022 at 1:15 PM Peter Robinson wrote: > > This moves over the PMIC power init to DM and the associated i2c and > regulator bits. There is a typo in the Subject line: s/REGUALTOR/REGULATOR > diff --git a/configs/udoo_neo_defconfig b/configs/udoo_neo_defconfig > index 8a

[PATCH 1/2] udoo_neo: Move to DM for REGUALTOR/PMIC/I2C drivers

2022-11-14 Thread Peter Robinson
This moves over the PMIC power init to DM and the associated i2c and regulator bits. Signed-off-by: Peter Robinson --- Rebase this and I think I've fixed the previous build error reported by Stefano. board/udoo/neo/neo.c | 139 +++-- configs/udoo_neo_defco