mbox series

[v5,0/3] Add DT bindings and DT nodes for USB in SC7280

Message ID 1625576413-12324-1-git-send-email-sanm@codeaurora.org (mailing list archive)
Headers show
Series Add DT bindings and DT nodes for USB in SC7280 | expand

Message

Sandeep Maheswaram July 6, 2021, 1 p.m. UTC
This series includes usb controller and phy binding updates
for SC7280 SoC and DT chnages for SC7280 SoC and SC7280 IDP board.

changes in v5:
 Added patch for usb3-dp phy bindings for SC7280.
 Changed qmp usb phy to usb dp phy combo node as per Stephen's comments.
 Changed dwc to usb and added SC7280 compatible as per Bjorn's comments.

changes in v4:
 changed usb3-phy to lanes in qmp phy node as it was causing probe failure.

changes in v3:
  Moved the board specific changes to separate patch.
  Addressed comments from Matthias in v2.

changes in v2:
  Dropped dt bindings patches as they are already merged in linux-next.
  Addressed comments from Matthias in v1.

Sandeep Maheswaram (3):
  dt-bindings: phy: qcom,qmp-usb3-dp: Add support for SC7280
  arm64: dts: qcom: sc7280: Add USB related nodes
  arm64: dts: qcom: sc7280: Add USB nodes for IDP board

 .../bindings/phy/qcom,qmp-usb3-dp-phy.yaml         |   1 +
 arch/arm64/boot/dts/qcom/sc7280-idp.dts            |  39 +++++
 arch/arm64/boot/dts/qcom/sc7280.dtsi               | 164 +++++++++++++++++++++
 3 files changed, 204 insertions(+)