
Add support of usb host and gadget function for rk3328 and fix bug of dwc2 host driver.
Meng Dongyang (8): configs: rk3328: add support for usb and config ehci and ohci driver rockchip: dts: rk3328: add ehci and ohci node and enable host0 port configs: rk3328: config xhci controller usb: host: xhci-rockchip: add support for rk3328 rockchip: dts: rk3328: support and enable xhci configs: rk3328: enable dwc2 driver and config for fastboot usb: dwc2: fix macro error and support gadget function for rk3328 rockchip: dts: rk3328: support and enable dwc2 controller
arch/arm/dts/rk3328-evb.dts | 18 +++++++++++++++ arch/arm/dts/rk3328.dtsi | 34 +++++++++++++++++++++++++++ board/rockchip/evb_rk3328/evb-rk3328.c | 42 +++++++++++++++++++++++++++++++--- configs/evb-rk3328_defconfig | 25 ++++++++++++++++++++ drivers/usb/host/dwc2.c | 24 ++++++++++++++++++- drivers/usb/host/dwc2.h | 10 ++++---- drivers/usb/host/xhci-rockchip.c | 6 +++++ include/configs/rk3328_common.h | 9 ++++++++ 8 files changed, 160 insertions(+), 8 deletions(-)