
29 Jul
2011
29 Jul
'11
4 p.m.
On Jul 28, 2011, at 3:17 AM, Shaohui Xie wrote:
to make USB2 worked in gadget mode, we need to set it's 'dr_mode' to 'peripheral' in hwconfig, but driver starts scan from 'usb1', it'll break out if it cannot find 'usb1', so drop the 'else' clause to make driver scan all the 'usbx'.
Signed-off-by: Shaohui Xie Shaohui.Xie@freescale.com
changes for v3:
- drop 'else'.
- drop #define CONFIG_SYS_USB_DEVICE.
changes for v2:
- fixed a typo in title.
- Added some details in commit.
arch/powerpc/cpu/mpc8xxx/fdt.c | 2 -- board/freescale/corenet_ds/corenet_ds.c | 1 + include/configs/corenet_ds.h | 1 + 3 files changed, 2 insertions(+), 2 deletions(-)
applied to 85xx
- k