Re: [U-Boot] [PATCH 2/5] imx:mx6slevk add usb support

2014-11-01 Thread Fabio Estevam
On Sat, Nov 1, 2014 at 12:19 AM, Peng Fan wrote: > } > + > +#ifdef CONFIG_USB_EHCI_MX6 > +iomux_v3_cfg_t const usb_otg1_pads[] = { > + MX6_PAD_KEY_COL4__USB_USBOTG1_PWR | MUX_PAD_CTRL(NO_PAD_CTRL), This can be 'static'. > +int board_ehci_hcd_init(int port) > +{ > + switch (port) {

[U-Boot] [PATCH 2/5] imx:mx6slevk add usb support

2014-10-31 Thread Peng Fan
Add usb support for mx6slevk board. Signed-off-by: Peng Fan Signed-off-by: Ye.Li --- board/freescale/mx6slevk/mx6slevk.c | 29 + include/configs/mx6slevk.h | 14 ++ 2 files changed, 43 insertions(+) diff --git a/board/freescale/mx6slevk/mx6slevk