diff mbox series

[v2,01/23] configs: igep00x0: Enable DM_SPI

Message ID 20200527125637.149189-2-jagan@amarulasolutions.com
State Accepted
Commit 07b3e8dd387387e68c465ebce236b8b98110702f
Delegated to: Jagannadha Sutradharudu Teki
Headers show
Series spi: dm-conversion (part1) | expand

Commit Message

Jagan Teki May 27, 2020, 12:56 p.m. UTC
Enable DM_SPI for igep00x0 board.

Build is fine, but not tested.

Cc: Enric Balletbo i Serra <eballetbo@gmail.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
Changes for v2:
- none

 configs/igep00x0_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 igep00x0 board.
> 
> Build is fine, but not tested.
> 
> Cc: Enric Balletbo i Serra <eballetbo@gmail.com>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>

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

> ---
> Changes for v2:
> - none
> 
>  configs/igep00x0_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/igep00x0_defconfig b/configs/igep00x0_defconfig
> index a5c301dbdb..d32c017907 100644
> --- a/configs/igep00x0_defconfig
> +++ b/configs/igep00x0_defconfig
> @@ -62,6 +62,7 @@ CONFIG_SMC911X_BASE=0x2C000000
>  CONFIG_SMC911X_32_BIT=y
>  CONFIG_CONS_INDEX=3
>  CONFIG_SPI=y
> +CONFIG_DM_SPI=y
>  CONFIG_OMAP3_SPI=y
>  CONFIG_BCH=y
>  CONFIG_FDT_FIXUP_PARTITIONS=y
>
Jagan Teki June 11, 2020, 9:26 a.m. UTC | #2
On Wed, May 27, 2020 at 6:26 PM Jagan Teki <jagan@amarulasolutions.com> wrote:
>
> Enable DM_SPI for igep00x0 board.
>
> Build is fine, but not tested.
>
> Cc: Enric Balletbo i Serra <eballetbo@gmail.com>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> ---


Applied to u-boot-spi/master
diff mbox series

Patch

diff --git a/configs/igep00x0_defconfig b/configs/igep00x0_defconfig
index a5c301dbdb..d32c017907 100644
--- a/configs/igep00x0_defconfig
+++ b/configs/igep00x0_defconfig
@@ -62,6 +62,7 @@  CONFIG_SMC911X_BASE=0x2C000000
 CONFIG_SMC911X_32_BIT=y
 CONFIG_CONS_INDEX=3
 CONFIG_SPI=y
+CONFIG_DM_SPI=y
 CONFIG_OMAP3_SPI=y
 CONFIG_BCH=y
 CONFIG_FDT_FIXUP_PARTITIONS=y