diff options
| author | Evan Wilson <evan@oliodevices.com> | 2015-12-09 04:31:01 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit2@ip-172-31-25-77.us-west-1.compute.internal> | 2015-04-16 10:08:13 +0000 |
| commit | d0e134526a3d928584b32be8ca6737e77def70d3 (patch) | |
| tree | ba44d2a6f27dbb5c51578a89aab2c81dab40ee1e | |
| parent | 4cf43549a3bea53a65aa1b920b66734ea3c58a13 (diff) | |
| parent | 8425bdec5e2e49f4c8c5dee3b65483a22c6115a7 (diff) | |
| download | olio-linux-3.10-d0e134526a3d928584b32be8ca6737e77def70d3.tar.xz olio-linux-3.10-d0e134526a3d928584b32be8ca6737e77def70d3.zip | |
Merge "Change to USB plat data, that caused USB to not work" into android-3.10-bringup
| -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, }; |