RE: [PATCH 4/4] usb: chipidea: imx: add internal vbus regulator control

2012-11-07 Thread Chen Peter-B29397
@@ -89,14 +89,34 @@ static struct ci13xxx_platform_data ci13xxx_imx_platdata __devinitdata = { .name = ci13xxx_imx, .flags = CI13XXX_REQUIRE_TRANSCEIVER | CI13XXX_PULLUP_ON_VBUS | -

Re: [PATCH 4/4] usb: chipidea: imx: add internal vbus regulator control

2012-11-01 Thread Marek Vasut
Dear Peter Chen, - For host, the vbus should always be on. - For otg, the vbus is off defaultly, the vbus needs to be turned on/off when usb role switches. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/chipidea/ci.h |2 +