Message ID | 20200527125637.149189-5-jagan@amarulasolutions.com |
---|---|
State | New |
Headers | show |
Series |
|
Related | show |
On Wed, May 27, 2020 at 6:26 PM Jagan Teki <jagan@amarulasolutions.com> wrote: > > Enable DM_SPI for am355x igep003x board. > > Build is fine, but not tested. > > Cc: Javier Martínez Canillas <javier@dowhile0.org> > Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> > --- > Changes for v2: > - new patch > > configs/am335x_igep003x_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configs/am335x_igep003x_defconfig b/configs/am335x_igep003x_defconfig > index 633c35f77b..e2fc7f62e9 100644 > --- a/configs/am335x_igep003x_defconfig > +++ b/configs/am335x_igep003x_defconfig > @@ -71,6 +71,7 @@ CONFIG_PHY_SMSC=y > CONFIG_MII=y > CONFIG_DRIVER_TI_CPSW=y > CONFIG_SPI=y > +CONFIG_DM_SPI=y Any comments?
On Sat, Jun 13, 2020 at 11:32 PM Jagan Teki <jagan@amarulasolutions.com> wrote: > > On Wed, May 27, 2020 at 6:26 PM Jagan Teki <jagan@amarulasolutions.com> wrote: > > > > Enable DM_SPI for am355x igep003x board. > > > > Build is fine, but not tested. > > > > Cc: Javier Martínez Canillas <javier@dowhile0.org> > > Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> > > --- > > Changes for v2: > > - new patch > > > > configs/am335x_igep003x_defconfig | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/configs/am335x_igep003x_defconfig b/configs/am335x_igep003x_defconfig > > index 633c35f77b..e2fc7f62e9 100644 > > --- a/configs/am335x_igep003x_defconfig > > +++ b/configs/am335x_igep003x_defconfig > > @@ -71,6 +71,7 @@ CONFIG_PHY_SMSC=y > > CONFIG_MII=y > > CONFIG_DRIVER_TI_CPSW=y > > CONFIG_SPI=y > > +CONFIG_DM_SPI=y > > Any comments? Applied to u-boot-spi/master
diff --git a/configs/am335x_igep003x_defconfig b/configs/am335x_igep003x_defconfig index 633c35f77b..e2fc7f62e9 100644 --- a/configs/am335x_igep003x_defconfig +++ b/configs/am335x_igep003x_defconfig @@ -71,6 +71,7 @@ CONFIG_PHY_SMSC=y CONFIG_MII=y CONFIG_DRIVER_TI_CPSW=y CONFIG_SPI=y +CONFIG_DM_SPI=y CONFIG_OMAP3_SPI=y CONFIG_FAT_WRITE=y CONFIG_FDT_FIXUP_PARTITIONS=y
Enable DM_SPI for am355x igep003x board. Build is fine, but not tested. Cc: Javier Martínez Canillas <javier@dowhile0.org> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> --- Changes for v2: - new patch configs/am335x_igep003x_defconfig | 1 + 1 file changed, 1 insertion(+)