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

Peter Robinson pbrobinson at gmail.com
Sat Jun 29 17:10:07 UTC 2019


On Sat, Jun 29, 2019 at 5:30 PM Mark Kettenis <kettenis at openbsd.org> wrote:
>
> 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.
>
> 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

For the Series
Tested-by: Peter Robinson <pbrobinson at gmail.com>

Tested by enabling the dwc3 controller on the Rock960

>  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
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot


More information about the U-Boot mailing list