Commit f93c7c5a authored by jacmet@sunsite.dk's avatar jacmet@sunsite.dk Committed by Kumar Gala

[POWERPC] mpc8349emitx.dts: Setup USB-DR for peripheral mode.

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: default avatarPeter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 39db0fd9
...@@ -99,6 +99,7 @@ usb@23000 { ...@@ -99,6 +99,7 @@ usb@23000 {
#size-cells = <0>; #size-cells = <0>;
interrupt-parent = < &ipic >; interrupt-parent = < &ipic >;
interrupts = <26 8>; interrupts = <26 8>;
dr_mode = "peripheral";
phy_type = "ulpi"; phy_type = "ulpi";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment