|
@@ -2755,7 +2755,8 @@ int musb_host_setup(struct musb *musb, int power_budget)
|
|
|
musb->xceiv->otg->state = OTG_STATE_A_IDLE;
|
|
|
}
|
|
|
otg_set_host(musb->xceiv->otg, &hcd->self);
|
|
|
- hcd->self.otg_port = 1;
|
|
|
+ /* don't support otg protocols */
|
|
|
+ hcd->self.otg_port = 0;
|
|
|
musb->xceiv->otg->host = &hcd->self;
|
|
|
hcd->power_budget = 2 * (power_budget ? : 250);
|
|
|
hcd->skip_phy_initialization = 1;
|