Setup dr_mode for USB-DR to peripheral as the default (host mode) doesn't make much sense for the mini-AB connector on the ITX board. Peripheral mode is preferable to OTG as the fsl_usb2_udc.c driver doesn't yet properly support it. Signed-off-by: Peter Korsgaard --- arch/powerpc/boot/dts/mpc8349emitx.dts | 1 + 1 file changed, 1 insertion(+) Index: linux-2.6.23-rc8/arch/powerpc/boot/dts/mpc8349emitx.dts =================================================================== --- linux-2.6.23-rc8.orig/arch/powerpc/boot/dts/mpc8349emitx.dts +++ linux-2.6.23-rc8/arch/powerpc/boot/dts/mpc8349emitx.dts @@ -99,6 +99,7 @@ #size-cells = <0>; interrupt-parent = < &ipic >; interrupts = <26 8>; + dr_mode = "peripheral"; phy_type = "ulpi"; }; -- Bye, Peter Korsgaard