Skip to content

Commit

Permalink
[POWERPC] mpc8349emitx.dts: Setup USB-DR for peripheral mode.
Browse files Browse the repository at this point in the history
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 <jacmet@sunsite.dk>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
jacmet@sunsite.dk authored and Kumar Gala committed Sep 28, 2007
1 parent 39db0fd commit f93c7c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/boot/dts/mpc8349emitx.dts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
#size-cells = <0>;
interrupt-parent = < &ipic >;
interrupts = <26 8>;
dr_mode = "peripheral";
phy_type = "ulpi";
};

Expand Down

0 comments on commit f93c7c5

Please sign in to comment.