Re: [U-Boot] [PATCH 2/2] imx:mx6qarm2 add board level support for usb

2014-12-19 Thread Stefano Babic
On 02/12/2014 02:55, Peng Fan wrote: Add pinmux settings and implement board_ehci_hcd_init Signed-off-by: Peng Fan peng@freescale.com --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- = DENX Software

[U-Boot] [PATCH 2/2] imx:mx6qarm2 add board level support for usb

2014-12-01 Thread Peng Fan
Add pinmux settings and implement board_ehci_hcd_init Signed-off-by: Peng Fan peng@freescale.com --- board/freescale/mx6qarm2/mx6qarm2.c | 42 + include/configs/mx6qarm2.h | 14 + 2 files changed, 56 insertions(+) diff --git