mbox series

[v1,0/2] RK3588 USB3 host controller support

Message ID 20230719174015.68153-1-sebastian.reichel@collabora.com
Headers show
Series RK3588 USB3 host controller support | expand

Message

Sebastian Reichel July 19, 2023, 5:40 p.m. UTC
Hi,

This adds RK3588 USB3 host controller support. The DT binding is
already prepared for the dual-role controllers, which are also DWC3
based, but using a different PHY and a different set of clocks.

The series has been tested with Radxa Rock 5B, which uses the controller
for the upper USB3 port. The patch enabling &combphy2_psu and &usbhost3_0
for this board will be send separately once this has been merged.

-- Sebastian

Sebastian Reichel (2):
  dt-bindings: usb: rockchip,dwc3: Add RK3588 binding
  arm64: dts: rockchip: rk3588s: Add USB3 host controller

 .../bindings/usb/rockchip,rk3399-dwc3.yaml    | 107 ++++++++++++++----
 arch/arm64/boot/dts/rockchip/rk3588s.dtsi     |  29 +++++
 2 files changed, 114 insertions(+), 22 deletions(-)