diff mbox

[U-Boot,2/2] defconfig: dra74_evm: enable serial driver model

Message ID 1448538942-26723-3-git-send-email-mugunthanvnm@ti.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Mugunthan V N Nov. 26, 2015, 11:55 a.m. UTC
Enable serial driver model for dra74_evm as ns16550 supports
driver model.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
---
 configs/dra74_evm_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass Nov. 26, 2015, 5:49 p.m. UTC | #1
On 26 November 2015 at 03:55, Mugunthan V N <mugunthanvnm@ti.com> wrote:
> Enable serial driver model for dra74_evm as ns16550 supports
> driver model.
>
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
> ---
>  configs/dra74_evm_defconfig | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini Dec. 6, 2015, 10:07 p.m. UTC | #2
On Thu, Nov 26, 2015 at 05:25:42PM +0530, Mugunthan V N wrote:

> Enable serial driver model for dra74_evm as ns16550 supports
> driver model.
> 
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/configs/dra74_evm_defconfig b/configs/dra74_evm_defconfig
index 7bff294..394edbe 100644
--- a/configs/dra74_evm_defconfig
+++ b/configs/dra74_evm_defconfig
@@ -16,5 +16,6 @@  CONFIG_DM=y
 CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_BAR=y
 CONFIG_SPI_FLASH_SPANSION=y
+CONFIG_DM_SERIAL=y
 CONFIG_SYS_NS16550=y
 CONFIG_TI_QSPI=y