Message ID | 20200527125637.149189-4-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 baltos board. > > Build is fine, but not tested. > > Cc: Yegor Yefremov <yegorslists@googlemail.com> Any comments?
On Sat, Jun 13, 2020 at 8:01 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 baltos board. > > > > Build is fine, but not tested. > > > > Cc: Yegor Yefremov <yegorslists@googlemail.com> > > Any comments? Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
On Mon, Jun 15, 2020 at 12:07 AM Yegor Yefremov <yegorslists@googlemail.com> wrote: > > On Sat, Jun 13, 2020 at 8:01 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 baltos board. > > > > > > Build is fine, but not tested. > > > > > > Cc: Yegor Yefremov <yegorslists@googlemail.com> > > > > Any comments? > > Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Applied to u-boot-spi/master
diff --git a/configs/am335x_baltos_defconfig b/configs/am335x_baltos_defconfig index 2781d49daf..c92e0cc330 100644 --- a/configs/am335x_baltos_defconfig +++ b/configs/am335x_baltos_defconfig @@ -60,6 +60,7 @@ CONFIG_DM_MDIO=y CONFIG_MII=y CONFIG_DRIVER_TI_CPSW=y CONFIG_SPI=y +CONFIG_DM_SPI=y CONFIG_OMAP3_SPI=y CONFIG_USB=y CONFIG_DM_USB=y
Enable DM_SPI for am355x baltos board. Build is fine, but not tested. Cc: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> --- Changes for v2: - new patch configs/am335x_baltos_defconfig | 1 + 1 file changed, 1 insertion(+)