On Wed, Aug 6, 2014 at 10:16 AM, Priebe, Sebastian <Sebastian.Priebe@xxxxxxxxx> wrote: > I'm sorry for the noise, but I am new to device trees. > We are using an iMX35 (not iMX27) and have CONFIG_USB_FSL_MPH_DR_OF in our config. Ah, OK that makes things clearer now :-) > I have no idea why I should need the CHIPIDEA stuff. I didn't use it in the past (kernel 3.2 without DT). When using device tree the USB driver for the imx family is the chipidea driver. The driver you used reviously without DT does not work with DT. > Can somebody please help with a little bit with my USB gadget? I am trying to port our machine code to DT. There is a mx35 dts file that has otg support. You can use arch/arm/boot/dts/imx35-eukrea-cpuimx35.dtsi as reference: &usbotg { phy_type = "utmi"; dr_mode = "otg"; external-vbus-divider; status = "okay"; }; -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html