diff options
| author | Doug Zobel <dzobel1@motorola.com> | 2013-12-16 13:19:40 -0600 |
|---|---|---|
| committer | James Wylder <jwylder@motorola.com> | 2014-03-05 17:46:59 -0600 |
| commit | 5b712f6b46caa76fc55d41658e36814ee35ef2cd (patch) | |
| tree | ddfe5e94409ab1240b72cd2a17d4153dd2d368da /arch/arm/mach-omap2/board-minnow.c | |
| parent | a6d25ae83a8ef2d4b363533c2e10f02d16a13305 (diff) | |
| download | olio-linux-3.10-5b712f6b46caa76fc55d41658e36814ee35ef2cd.tar.xz olio-linux-3.10-5b712f6b46caa76fc55d41658e36814ee35ef2cd.zip | |
IKXCLOCK-32 tusb dts: Add TUSB USB phy driver
Add support for TI TUSB1211 USB phy driver. Enable phy when
VBUS is sensed, and disable when VBUS is not present
Change-Id: I80854285bdc15e7949c453b2efd6bacf829cd54b
Reviewed-on: http://gerrit.pcs.mot.com/590175
SLTApproved: Slta Waiver <sltawvr@motorola.com>
Tested-by: Jira Key <jirakey@motorola.com>
Reviewed-by: Jee Su Chang <w20740@motorola.com>
Reviewed-by: James Wylder <jwylder@motorola.com>
Submit-Approved: Jira Key <jirakey@motorola.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-minnow.c')
| -rw-r--r-- | arch/arm/mach-omap2/board-minnow.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-minnow.c b/arch/arm/mach-omap2/board-minnow.c index 209bd9031b5..47f6da16e3d 100644 --- a/arch/arm/mach-omap2/board-minnow.c +++ b/arch/arm/mach-omap2/board-minnow.c @@ -37,6 +37,7 @@ static const char *omap3_gp_boards_compat[] __initdata = { }; static void __init minnow_musb_init(void) { + usb_bind_phy("musb-hdrc.0.auto", 0, "tps-usb"); usb_bind_phy("musb-hdrc.1.auto", 0, "cpcap_usb"); usb_musb_init(NULL); } |