]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
imx:mx6slevk add board level support for usb
authorPeng Fan <Peng.Fan@freescale.com>
Mon, 10 Nov 2014 00:50:41 +0000 (08:50 +0800)
committerMarek Vasut <marex@denx.de>
Fri, 14 Nov 2014 19:56:58 +0000 (20:56 +0100)
commit3b9c1a5dc09e5ee773f5a4fe9280e568b64b7779
tree5cb0405f797d081b6d0ba54ed142f6e9e7d55b18
parent229dbba9b1a24d8f371f18fa8ff13a4cca864f06
imx:mx6slevk add board level support for usb

Add pinmux settings, implement board_ehci_hcd_init, board_usb_phy_mode

There are two usb port on mx6slevk board:
1. otg port
2. host port
The following are the connection between usb controller and board usb
interface, host port has not ID pin set:
otg1 core <---> board otg port
otg2 core <---> board host port
In order to make host port work, board_usb_phy_mode return USB_INIT_HOST
to let host port work in host mode.

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Signed-off-by: Ye Li <B37916@freescale.com>
arch/arm/include/asm/arch-mx6/mx6sl_pins.h
board/freescale/mx6slevk/mx6slevk.c
include/configs/mx6slevk.h