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

Simon Glass sjg at chromium.org
Mon Nov 14 23:50:36 CET 2022


On Mon, 14 Nov 2022 at 10:32, Fabio Estevam <festevam at gmail.com> wrote:
>
> Hi Peter,
>
> On Mon, Nov 14, 2022 at 1:15 PM Peter Robinson <pbrobinson at 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

> Reviewed-by: Fabio Estevam <festevam at denx.de>


More information about the U-Boot mailing list