[U-Boot] [PATCH v2 0/4] rk3399: enable dwc3 gadget and fastboot
Kever Yang
kever.yang at rock-chips.com
Wed Aug 24 05:46:40 CEST 2016
This patch set enable rk3399 dwc3 controller and gadget driver
for fastboot.
Changes in v2:
- parse dt for utmi width
- use a variable to identify utmi+ bus width instead of CONFIG MACRO
- remove config for USB2PHY UTMI BITS
Kever Yang (4):
rk3399: add a empty "sys_proto.h" header file
board: evb-rk3399: add api to support dwc3 gadget
usb: dwc3: add support for 16 bit UTMI+ interface
config: rk3399: add support for dwc3 gadget
arch/arm/include/asm/arch-rockchip/sys_proto.h | 10 ++++++++
board/rockchip/evb_rk3399/evb-rk3399.c | 33 ++++++++++++++++++++++++++
drivers/usb/dwc3/core.c | 6 +++++
drivers/usb/dwc3/core.h | 12 ++++++++++
include/configs/rk3399_common.h | 20 ++++++++++++++++
include/dwc3-uboot.h | 1 +
6 files changed, 82 insertions(+)
create mode 100644 arch/arm/include/asm/arch-rockchip/sys_proto.h
--
1.9.1
More information about the U-Boot
mailing list