From: Vignesh R <vigneshr@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 06/12] defconfig: k2hk_evm_defconfig: enable SPI driver model
Date: Mon, 25 Apr 2016 16:30:00 +0530 [thread overview]
Message-ID: <1461582006-2065-7-git-send-email-vigneshr@ti.com> (raw)
In-Reply-To: <1461582006-2065-1-git-send-email-vigneshr@ti.com>
Enable SPI and SPI Flash driver model as K2HK SPI controller driver
supports driver model.
Signed-off-by: Vignesh R <vigneshr@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
---
configs/k2hk_evm_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/k2hk_evm_defconfig b/configs/k2hk_evm_defconfig
index 16270659375e..48732cdfa470 100644
--- a/configs/k2hk_evm_defconfig
+++ b/configs/k2hk_evm_defconfig
@@ -11,6 +11,8 @@ CONFIG_SYS_PROMPT="K2HK EVM # "
# CONFIG_CMD_SETEXPR is not set
CONFIG_OF_CONTROL=y
CONFIG_DM=y
+CONFIG_DM_SPI=y
+CONFIG_DM_SPI_FLASH=y
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_STMICRO=y
CONFIG_DM_ETH=y
--
2.8.1
next prev parent reply other threads:[~2016-04-25 11:00 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-25 10:59 [U-Boot] [PATCH v2 00/12] ARM: Keystone2: Convert davinci_spi to DM Vignesh R
2016-04-25 10:59 ` [U-Boot] [PATCH v2 01/12] dm: core: implement dev_map_phsymem() Vignesh R
2016-04-25 10:59 ` [U-Boot] [PATCH v2 02/12] spi: davinci_spi: Convert to driver to adapt to DM Vignesh R
2016-04-25 10:59 ` [U-Boot] [PATCH v2 03/12] keystone2: spi: do not define DM_SPI and DM_SPI_FLASH for SPL build Vignesh R
2016-04-25 10:59 ` [U-Boot] [PATCH v2 04/12] ARM: dts: keystone2: add SPI aliases for davinci SPI nodes Vignesh R
2016-04-25 10:59 ` [U-Boot] [PATCH v2 05/12] ARM: dts: k2hk: Enable Davinci SPI controller Vignesh R
2016-04-25 11:00 ` Vignesh R [this message]
2016-04-25 11:00 ` [U-Boot] [PATCH v2 07/12] ARM: dts: k2e: " Vignesh R
2016-04-25 11:00 ` [U-Boot] [PATCH v2 08/12] defconfig: k2e_evm_defconfig: enable SPI driver model Vignesh R
2016-04-25 11:00 ` [U-Boot] [PATCH v2 09/12] ARM: dts: k2l: Enable Davinci SPI controller Vignesh R
2016-04-25 11:00 ` [U-Boot] [PATCH v2 10/12] defconfig: k2l_evm_defconfig: enable SPI driver model Vignesh R
2016-04-25 11:00 ` [U-Boot] [PATCH v2 11/12] ARM: dts: k2g: add support for Davinci SPI controller Vignesh R
2016-04-25 11:00 ` [U-Boot] [PATCH v2 12/12] defconfig: k2g_evm_defconfig: enable SPI driver model Vignesh R
2016-05-04 11:22 ` [U-Boot] [PATCH v2 00/12] ARM: Keystone2: Convert davinci_spi to DM Vignesh R
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1461582006-2065-7-git-send-email-vigneshr@ti.com \
--to=vigneshr@ti.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox