mbox series

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

Message ID 20190630160156.51934-1-kettenis@openbsd.org
Headers show
Series rockchip: rk3399: Fix USB3 support | expand

Message

Mark Kettenis June 30, 2019, 4:01 p.m. UTC
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(-)