Commit 1f77fbae authored by Tony Lindgren's avatar Tony Lindgren

musb_hdrc: Set tusb host max VBUS to 100mA

Set tusb host max VBUS to 100mA
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent d3657012
......@@ -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",
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment