diff mbox

[U-Boot,v3,10/10] defconfig: am335x_evm: enable usb driver model

Message ID 20161117090815.17226-11-mugunthanvnm@ti.com
State Accepted
Commit 886b392f1b4cfa63c7e4bb5d211ee2ed77b39d37
Delegated to: Simon Glass
Headers show

Commit Message

Mugunthan V N Nov. 17, 2016, 9:08 a.m. UTC
enable usb driver model for am335x bbb as musb supports
driver model

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

Comments

Tom Rini Nov. 21, 2016, 2:06 p.m. UTC | #1
On Thu, Nov 17, 2016 at 02:38:15PM +0530, Mugunthan V N wrote:

> enable usb driver model for am335x bbb as musb supports
> driver model
> 
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
Simon Glass Jan. 9, 2017, 8:45 p.m. UTC | #2
On 21 November 2016 at 07:06, Tom Rini <trini@konsulko.com> wrote:
> On Thu, Nov 17, 2016 at 02:38:15PM +0530, Mugunthan V N wrote:
>
>> enable usb driver model for am335x bbb as musb supports
>> driver model
>>
>> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
>
> Reviewed-by: Tom Rini <trini@konsulko.com>

Applied to u-boot-dm, thanks!
diff mbox

Patch

diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig
index e5a1696914..7e1cf3213e 100644
--- a/configs/am335x_evm_defconfig
+++ b/configs/am335x_evm_defconfig
@@ -60,3 +60,6 @@  CONFIG_G_DNL_VENDOR_NUM=0x0451
 CONFIG_G_DNL_PRODUCT_NUM=0xd022
 CONFIG_RSA=y
 CONFIG_SPL_OF_LIBFDT=y
+CONFIG_MISC=y
+CONFIG_DM_USB=y
+CONFIG_USB_MUSB_TI=y