[v2,02/23] am335x: sl50: Enable DM_SPI

Message ID 20200527125637.149189-3-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 sl50 board.

Build is fine, but not tested.

Cc: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
Changes for v2:
- new patch

 configs/am335x_sl50_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Enric Balletbo i Serra June 3, 2020, 4:14 p.m. UTC | #1
Hi Jagan,

On 27/5/20 14:56, Jagan Teki wrote:
> Enable DM_SPI for am355x sl50 board.
> 
> Build is fine, but not tested.
> 
> Cc: Enric Balletbo i Serra <enric.balletbo@collabora.com>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>

Reviewed-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>

> ---
> Changes for v2:
> - new patch
> 
>  configs/am335x_sl50_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/am335x_sl50_defconfig b/configs/am335x_sl50_defconfig
> index 238164a55f..0aeaad577e 100644
> --- a/configs/am335x_sl50_defconfig
> +++ b/configs/am335x_sl50_defconfig
> @@ -52,6 +52,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_LZO=y
>
Jagan Teki June 11, 2020, 9:28 a.m. UTC | #2
On Wed, May 27, 2020 at 6:26 PM Jagan Teki <jagan@amarulasolutions.com> wrote:
>
> Enable DM_SPI for am355x sl50 board.
>
> Build is fine, but not tested.
>
> Cc: Enric Balletbo i Serra <enric.balletbo@collabora.com>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> ---

Applied to u-boot-spi/master

Patch

diff --git a/configs/am335x_sl50_defconfig b/configs/am335x_sl50_defconfig
index 238164a55f..0aeaad577e 100644
--- a/configs/am335x_sl50_defconfig
+++ b/configs/am335x_sl50_defconfig
@@ -52,6 +52,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_LZO=y