diff options
| author | Evan Wilson <evan@oliodevices.com> | 2015-11-30 18:08:35 -0800 |
|---|---|---|
| committer | Evan Wilson <evan@oliodevices.com> | 2015-11-30 18:08:35 -0800 |
| commit | 8425bdec5e2e49f4c8c5dee3b65483a22c6115a7 (patch) | |
| tree | 608796384337bd1edec526256f6ea6847cf4d9fd | |
| parent | 8b56c64ab06318071f89590f2164a774f2450932 (diff) | |
| download | olio-linux-3.10-8425bdec5e2e49f4c8c5dee3b65483a22c6115a7.tar.xz olio-linux-3.10-8425bdec5e2e49f4c8c5dee3b65483a22c6115a7.zip | |
Change to USB plat data, that caused USB to not work
Change-Id: I3e800297501f43e0a9624fdf9ddf2cc559f2d4f3
| -rw-r--r-- | arch/arm/mach-omap2/board-omap3h1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-omap3h1.c b/arch/arm/mach-omap2/board-omap3h1.c index f032b8e7e3b..ad40bd6d90e 100644 --- a/arch/arm/mach-omap2/board-omap3h1.c +++ b/arch/arm/mach-omap2/board-omap3h1.c @@ -270,7 +270,7 @@ static struct omap_musb_board_data musb_board_data = { static struct nop_usb_xceiv_platform_data nop_plat_data = { .type = USB_PHY_TYPE_USB2, .clk_rate = 60000000, /* 60 MHz */ - .needs_vcc = 1, + .needs_vcc = 0, .needs_reset = 0, }; |