[v2,03/23] am335x: baltos: Enable DM_SPI

Message ID 20200527125637.149189-4-jagan@amarulasolutions.com
State New
Headers show
Series
  • spi: dm-conversion (part1)
Related show

Commit Message

Jagan Teki May 27, 2020, 12:56 p.m. UTC
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(+)

Comments

Jagan Teki June 13, 2020, 6:01 p.m. UTC | #1
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?
'Krzysztof Kozlowski' via Amarula Linux June 14, 2020, 6:37 p.m. UTC | #2
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>
Jagan Teki June 18, 2020, 4:23 p.m. UTC | #3
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

Patch

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