[U-Boot] [PATCH v2 0/4] rockchip: rk3399: Fix USB3 support

Mark Kettenis kettenis at openbsd.org
Sun Jun 30 16:01:52 UTC 2019


Ever since the dts files were synchronized in commit 0a09f2f1173d
("rockchip: Adjust rk3399 device tree to be closer to linux") USB3
support on Rockchip RK3399 boards has been broken.

This series restores the functionality by adopting the dwc3-of-simple
glue driver.

Changes in v2:
- fix spelling of "snps,dis_enblslpm-quirk" property

Mark Kettenis (4):
  rockchip: clk: rk3399: handle clk_enable requests for USB3
  usb: dwc3-of-simple: Add support for RK3399
  usb: xhci-dwc3: Add USB2 PHY configuration
  rockchip: xhci: Remove RK3399 support

 drivers/clk/rockchip/clk_rk3399.c | 12 ++++++++++++
 drivers/usb/host/Kconfig          |  1 +
 drivers/usb/host/dwc3-of-simple.c |  1 +
 drivers/usb/host/xhci-dwc3.c      | 20 ++++++++++++++++++++
 drivers/usb/host/xhci-rockchip.c  |  2 --
 5 files changed, 34 insertions(+), 2 deletions(-)

-- 
2.21.0



More information about the U-Boot mailing list