On Mon, Nov 14, 2022 at 10:50 PM Simon Glass <s...@chromium.org> wrote: > > On Mon, 14 Nov 2022 at 10:32, Fabio Estevam <feste...@gmail.com> wrote: > > > > Hi Peter, > > > > On Mon, Nov 14, 2022 at 1:15 PM Peter Robinson <pbrobin...@gmail.com> 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 8ae9fa57f03..6c29f8fd251 100644 > > > --- a/configs/udoo_neo_defconfig > > > +++ b/configs/udoo_neo_defconfig > > > @@ -10,8 +10,9 @@ CONFIG_ENV_SIZE=0x2000 > > > CONFIG_ENV_OFFSET=0x80000 > > > CONFIG_MX6SX=y > > > CONFIG_TARGET_UDOO_NEO=y > > > -CONFIG_SYS_I2C_MXC_I2C1=y > > > +CONFIG_DM_I2C=y > > > CONFIG_DM_GPIO=y > > > +CONFIG_DM_MMC=y > > > > CONFIG_DM_MMC is selected by default. No need to have it in the defconfig. > > > > Would be good to fix REGUALTOR when applying
Was fixed in a v2 with other bits. > > Reviewed-by: Fabio Estevam <feste...@denx.de>