[patch 1/2] Fix mpc834x USB-MPH configuration.

2007-09-28 Thread jacmet
mpc834x USB-MPH configuration got broken by commit 6f442560021aecf08658e26ed9a37e6928ef0fa1. The selection bits in SICRL should be cleared rather than set to configure the USB MUXes for the MPH. Signed-off-by: Peter Korsgaard [EMAIL PROTECTED] --- arch/powerpc/platforms/83xx/usb.c |4 ++-- 1

[patch 2/2] mpc8349emitx.dts: Setup USB-DR for peripheral mode.

2007-09-28 Thread jacmet
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 [EMAIL PROTECTED] ---