]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
musb_hdrc: Set tusb host max VBUS to 100mA
authorTony Lindgren <tony@atomide.com>
Thu, 9 Aug 2007 10:52:31 +0000 (03:52 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 9 Aug 2007 10:52:31 +0000 (03:52 -0700)
Set tusb host max VBUS to 100mA

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-n800-usb.c

index bfd606b5bbf342dba9512c33f0d5cec2e9095a19..7599f64775c508565c9d957fb627de9bf886123e 100644 (file)
@@ -41,6 +41,7 @@ static struct musb_hdrc_platform_data tusb_data = {
        .set_power      = tusb_set_power,
        .set_clock      = tusb_set_clock,
        .min_power      = 25,   /* x2 = 50 mA drawn from VBUS as peripheral */
+       .power          = 100,  /* Max 100 mA VBUS for host mode */
        .clock          = "osc_ck",
 };