Benoit, On Tuesday 15 October 2013 11:19 AM, Kishon Vijay Abraham I wrote: > From: George Cherian <george.cherian@xxxxxx> > > Added dr_mode property in dwc3 and set its default mode to device. > Currently dwc3 driver doesn't have support for OTG mode. So explicitly > setting to peripheral even dwc3 is a OTG controller since OMAP5 has > already got an EHCI host. > > Signed-off-by: George Cherian <george.cherian@xxxxxx> > Signed-off-by: Kishon Vijay Abraham I <kishon@xxxxxx> Can you take this patch for 3.13? Thanks Kishon > --- > Changes from v1: > Changed the commit log to explain why dr_mode was not set to OTG. > arch/arm/boot/dts/omap5.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi > index 6d0a1d5..ef598af 100644 > --- a/arch/arm/boot/dts/omap5.dtsi > +++ b/arch/arm/boot/dts/omap5.dtsi > @@ -652,6 +652,7 @@ > reg = <0x4a030000 0x10000>; > interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>; > usb-phy = <&usb2_phy>, <&usb3_phy>; > + dr_mode = "peripheral"; > tx-fifo-resize; > }; > }; > -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html