mbox series

[0/3] phy: qcom-qmp: Add SC8280XP USB3 UNI phy

Message ID 20220513225348.1671639-1-bjorn.andersson@linaro.org
Headers show
Series phy: qcom-qmp: Add SC8280XP USB3 UNI phy | expand

Message

Bjorn Andersson May 13, 2022, 10:53 p.m. UTC
The SC8280XP platform has two instances of the 5nm USB3 UNI phy attached
to the multi-port USB controller, this series adds definitions for this
PHY.

Bjorn Andersson (3):
  dt-bindings: phy: qcom,qmp: Add compatible for SC8280XP USB3 UNI phy
  phy: qcom-qmp: Add USB3 5NM QMP UNI registers
  phy: qcom-qmp: Add SC8280XP USB3 UNI phy

 .../devicetree/bindings/phy/qcom,qmp-phy.yaml |   1 +
 drivers/phy/qualcomm/phy-qcom-qmp.c           | 138 ++++
 .../phy/qualcomm/phy-qcom-usb3-5nm-qmp-uni.h  | 617 ++++++++++++++++++
 3 files changed, 756 insertions(+)
 create mode 100644 drivers/phy/qualcomm/phy-qcom-usb3-5nm-qmp-uni.h