diff mbox

[U-Boot,v2,16/16] defconfig: am437x_sk_evm: enable spi driver model

Message ID 1446624984-11033-17-git-send-email-mugunthanvnm@ti.com
State Superseded
Delegated to: Jagannadha Sutradharudu Teki
Headers show

Commit Message

Mugunthan V N Nov. 4, 2015, 8:16 a.m. UTC
enable mmc driver model for am437x_sk_evm as ti_qspi supports
driver model

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
---
 configs/am437x_sk_evm_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Tom Rini Nov. 8, 2015, 1:32 p.m. UTC | #1
On Wed, Nov 04, 2015 at 01:46:24PM +0530, Mugunthan V N wrote:

> enable mmc driver model for am437x_sk_evm as ti_qspi supports
> driver model
> 
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Reviewed-by: Tom Rini <trini@konsulko.com>
Jagan Teki Nov. 17, 2015, 9:18 a.m. UTC | #2
On 4 November 2015 at 13:46, Mugunthan V N <mugunthanvnm@ti.com> wrote:
> enable mmc driver model for am437x_sk_evm as ti_qspi supports

typo its should be spi not mmc.

> driver model
>
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> ---
>  configs/am437x_sk_evm_defconfig | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/configs/am437x_sk_evm_defconfig b/configs/am437x_sk_evm_defconfig
> index 02485f8..ba0ab84 100644
> --- a/configs/am437x_sk_evm_defconfig
> +++ b/configs/am437x_sk_evm_defconfig
> @@ -15,3 +15,6 @@ CONFIG_SPI_FLASH=y
>  CONFIG_DM_GPIO=y
>  CONFIG_DM_SERIAL=y
>  CONFIG_DM_MMC=y
> +CONFIG_DM_SPI=y
> +CONFIG_DM_SPI_FLASH=y
> +CONFIG_SPI_FLASH_BAR=y
> --
> 2.6.2.280.g74301d6
>
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
diff mbox

Patch

diff --git a/configs/am437x_sk_evm_defconfig b/configs/am437x_sk_evm_defconfig
index 02485f8..ba0ab84 100644
--- a/configs/am437x_sk_evm_defconfig
+++ b/configs/am437x_sk_evm_defconfig
@@ -15,3 +15,6 @@  CONFIG_SPI_FLASH=y
 CONFIG_DM_GPIO=y
 CONFIG_DM_SERIAL=y
 CONFIG_DM_MMC=y
+CONFIG_DM_SPI=y
+CONFIG_DM_SPI_FLASH=y
+CONFIG_SPI_FLASH_BAR=y