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

2022-02-18 Thread Stefano Babic
hi Peter, On 22.12.21 01:38, Fabio Estevam wrote: Hi Peter, On Tue, Dec 21, 2021 at 9:17 PM Peter Robinson wrote: This moves over the PMIC power init to DM and the associated i2c and regulator bits. Signed-off-by: Peter Robinson --- board/udoo/neo/neo.c | 139 +++---

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

2021-12-21 Thread Fabio Estevam
Hi Peter, On Tue, Dec 21, 2021 at 9:17 PM Peter Robinson wrote: > > This moves over the PMIC power init to DM and the associated i2c and > regulator bits. > > Signed-off-by: Peter Robinson > --- > board/udoo/neo/neo.c | 139 +++-- > configs/udoo_neo_defconf

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

2021-12-21 Thread Peter Robinson
This moves over the PMIC power init to DM and the associated i2c and regulator bits. Signed-off-by: Peter Robinson --- board/udoo/neo/neo.c | 139 +++-- configs/udoo_neo_defconfig | 10 +-- include/configs/udoo_neo.h | 5 -- 3 files changed, 15 insertions