[PATCH v6 0/4] Add USB Phy driver and binding changes for Qualcomm Shikra SoC

Krishna Kurapati posted 4 patches 1 week, 6 days ago
.../bindings/phy/qcom,qcs615-qmp-usb3dp-phy.yaml   | 49 +++++++++++++++++++-
.../devicetree/bindings/phy/qcom,qusb2-phy.yaml    |  1 +
drivers/phy/qualcomm/phy-qcom-qmp-usbc.c           | 53 ++++++++++++++++++++--
drivers/phy/qualcomm/phy-qcom-qusb2.c              | 14 ++++++
4 files changed, 113 insertions(+), 4 deletions(-)
[PATCH v6 0/4] Add USB Phy driver and binding changes for Qualcomm Shikra SoC
Posted by Krishna Kurapati 1 week, 6 days ago
This series adds Driver and binding changes for USB Phys on Shikra.
There are two USB controllers - One of them is SS capable and other is
highspeed only capable.

Changes in v6:
- Fix the minItems and maxItems for reset-names in qmp phy yaml

Link to v5:
https://lore.kernel.org/all/20260711-shikra-usbphy-v5-v5-0-229ba3602737@oss.qualcomm.com/

Changes in v5:
- Fixed shikra specific minItems property for qmp bindings
- Rebased qusb2 driver changes on top of Dmitry's change [1]

Link to v4:
https://lore.kernel.org/all/20260701165051.4122259-1-krishna.kurapati@oss.qualcomm.com/

Changes in v4:
- Moved to using qcs615-usb3-dp-phy and added resets specific to shikra
- Updated bindings to reflect that there are 3 resets used in qmp phy
- Add remote endpoints and orientation-switch for Type-c handling

Link to v3:
https://lore.kernel.org/all/20260526184401.3959717-1-pratham.pratap@oss.qualcomm.com/

Changes in v3:
- Moved to using qcs615-usb3-dp-phy since the DP Phy is present although
not operational.
- Using Talos as a fallback for shikra in qmp driver
- Add required "phy" reset in qmp usbc driver since its needed on Shikra

Link to v2:
https://lore.kernel.org/all/20260504170659.282532-1-krishna.kurapati@oss.qualcomm.com/

Changes in v2:
- Separated the usb controller binding changes
- Updated commit texts.

Link to v1:
https://lore.kernel.org/all/20260430-shikra-usb-v1-0-c9c108536fdc@oss.qualcomm.com/

[1]: https://lore.kernel.org/all/20260706-fix-qusb2-v2-0-8d9cd73b1db7@oss.qualcomm.com/

Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>
---
Krishna Kurapati (4):
      dt-bindings: phy: qcom,qusb2: Document QUSB2 Phy for Shikra
      dt-bindings: phy: qcs615-qmp-usb3dp: Add support for Shikra SoC
      phy: qcom-qusb2: Add support for Shikra
      phy: qcom: qmp-usbc: Add qmp configuration for Shikra

 .../bindings/phy/qcom,qcs615-qmp-usb3dp-phy.yaml   | 49 +++++++++++++++++++-
 .../devicetree/bindings/phy/qcom,qusb2-phy.yaml    |  1 +
 drivers/phy/qualcomm/phy-qcom-qmp-usbc.c           | 53 ++++++++++++++++++++--
 drivers/phy/qualcomm/phy-qcom-qusb2.c              | 14 ++++++
 4 files changed, 113 insertions(+), 4 deletions(-)
---
base-commit: 716471df03105a6abdf02727f8a6f096b70aaf98
change-id: 20260712-usb-shikra-phy-v6-2c581e79656d

Best regards,
--  
Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>
Re: [PATCH v6 0/4] Add USB Phy driver and binding changes for Qualcomm Shikra SoC
Posted by Vinod Koul 3 days, 9 hours ago
On Sun, 12 Jul 2026 20:58:33 +0530, Krishna Kurapati wrote:
> This series adds Driver and binding changes for USB Phys on Shikra.
> There are two USB controllers - One of them is SS capable and other is
> highspeed only capable.
> 
> Changes in v6:
> - Fix the minItems and maxItems for reset-names in qmp phy yaml
> 
> [...]

Applied, thanks!

[1/4] dt-bindings: phy: qcom,qusb2: Document QUSB2 Phy for Shikra
      commit: 8d3f1d5ce02152044cd3fbae201e47742b957dfd
[2/4] dt-bindings: phy: qcs615-qmp-usb3dp: Add support for Shikra SoC
      commit: 49e3105844f8dbcb7f92567b77e9f3a0a802a433
[3/4] phy: qcom-qusb2: Add support for Shikra
      commit: 346121aed2866a62c57395689f021f97a532a749
[4/4] phy: qcom: qmp-usbc: Add qmp configuration for Shikra
      commit: edb7772bb3b5ebd5e8efacfaabaade643fc4b77b

Best regards,
-- 
~Vinod