[PATCH v1 0/4] Fix USB controller support for RK3368

WeiHao Li posted 4 patches 4 days, 13 hours ago
There is a newer version of this series
.../bindings/phy/rockchip,inno-usb2phy.yaml   |  2 +
arch/arm64/boot/dts/rockchip/rk3368.dtsi      | 47 +++++++++++++++++-
drivers/phy/rockchip/phy-rockchip-inno-usb2.c | 49 +++++++++++++++++++
3 files changed, 96 insertions(+), 2 deletions(-)
[PATCH v1 0/4] Fix USB controller support for RK3368
Posted by WeiHao Li 4 days, 13 hours ago
This series fixs USB controller support for the Rockchip RK3368 SoC.

Key changes:
 - Update phy-rockchip-inno-usb2 driver to preperly handle RK3368 usb
   phy initialization and configuration.
 - Add usb PHY node to rk3368.dtsi with correct clocks and register
   mapping.
 - Add missing OHCI node, add missing attribute for usb host node.
 - Add dt-bindings document.

These changes were tested on a RK3368-based board [1]. Both of USB ports
can emumerate device (HID and mass storage).

Main code changes come from the rockchip downstream source [2].

[1] https://ieiao.github.io/wiki/embedded-dev/rockchip/rk3368
[2] https://github.com/rockchip-linux/kernel

Tested-by: WeiHao Li <cn.liweihao@gmail.com>
Signed-off-by: WeiHao Li <cn.liweihao@gmail.com>

WeiHao Li (4):
  phy: rockchip: inno-usb2: Add usb2 phy support for RK3368
  arm64: dts: rockchip: Add USB2.0 PHY for RK3368
  dt-bindings: phy: rockchip,inno-usb2phy: Document rk3368 usb phy
  arm64: dts: rockchip: Add phys attribute for USB host node

 .../bindings/phy/rockchip,inno-usb2phy.yaml   |  2 +
 arch/arm64/boot/dts/rockchip/rk3368.dtsi      | 47 +++++++++++++++++-
 drivers/phy/rockchip/phy-rockchip-inno-usb2.c | 49 +++++++++++++++++++
 3 files changed, 96 insertions(+), 2 deletions(-)

-- 
2.39.5