* [PATCH v2 0/2] phy: qcom: Introduce USB support for Maili
@ 2026-08-18 6:16 Jingyi Wang
2026-08-18 6:16 ` [PATCH v2 1/2] dt-bindings: phy: qcom,m31-eusb2-phy: Document M31 eUSB2 PHY " Jingyi Wang
2026-08-18 6:16 ` [PATCH v2 2/2] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: Add Maili QMP Phy Jingyi Wang
0 siblings, 2 replies; 5+ messages in thread
From: Jingyi Wang @ 2026-08-18 6:16 UTC (permalink / raw)
To: Vinod Koul, Neil Armstrong, Manivannan Sadhasivam, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Wesley Cheng
Cc: aiqun.yu, tingwei.zhang, trilok.soni, yijie.yang, linux-arm-msm,
linux-phy, devicetree, linux-kernel, Jingyi Wang,
Krishna Kurapati
Add USB PHY support for the Maili SoC. It documents the QMP USB3-DP combo
PHY and M31 eUSB2 PHY bindings and uses Hawi and SM8750 as respective
fallbacks.
Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
---
Changes in v2:
- fix binding order
- rebase on latest linux-next tag to remove b4 dependency
- Link to v1: https://lore.kernel.org/r/20260713-maili-usb-phy-v1-0-3285da11f148@oss.qualcomm.com
---
Krishna Kurapati (2):
dt-bindings: phy: qcom,m31-eusb2-phy: Document M31 eUSB2 PHY for Maili
dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: Add Maili QMP Phy
Documentation/devicetree/bindings/phy/qcom,m31-eusb2-phy.yaml | 1 +
.../devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml | 4 ++++
2 files changed, 5 insertions(+)
---
base-commit: e6664f2b33db9b6811eb4cec109f06cb2b4f458d
change-id: 20260817-maili-usb-7c4e5ba1a4e4
Best regards,
--
Jingyi Wang <jingyi.wang@oss.qualcomm.com>
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v2 1/2] dt-bindings: phy: qcom,m31-eusb2-phy: Document M31 eUSB2 PHY for Maili
2026-08-18 6:16 [PATCH v2 0/2] phy: qcom: Introduce USB support for Maili Jingyi Wang
@ 2026-08-18 6:16 ` Jingyi Wang
2026-08-18 20:03 ` Krzysztof Kozlowski
2026-08-18 6:16 ` [PATCH v2 2/2] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: Add Maili QMP Phy Jingyi Wang
1 sibling, 1 reply; 5+ messages in thread
From: Jingyi Wang @ 2026-08-18 6:16 UTC (permalink / raw)
To: Vinod Koul, Neil Armstrong, Manivannan Sadhasivam, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Wesley Cheng
Cc: aiqun.yu, tingwei.zhang, trilok.soni, yijie.yang, linux-arm-msm,
linux-phy, devicetree, linux-kernel, Jingyi Wang,
Krishna Kurapati
From: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>
Document the M31 eUSB2 PHY for Maili which handles the USB2 path. Use
fallback to indicate the compatibility of the M31 eUSB2 PHY on Maili
with that on the SM8750.
Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>
Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
---
Documentation/devicetree/bindings/phy/qcom,m31-eusb2-phy.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/phy/qcom,m31-eusb2-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,m31-eusb2-phy.yaml
index c0e7e2963ce6..613fa5cfe9a7 100644
--- a/Documentation/devicetree/bindings/phy/qcom,m31-eusb2-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/qcom,m31-eusb2-phy.yaml
@@ -21,6 +21,7 @@ properties:
- qcom,glymur-m31-eusb2-phy
- qcom,hawi-m31-eusb2-phy
- qcom,kaanapali-m31-eusb2-phy
+ - qcom,maili-m31-eusb2-phy
- const: qcom,sm8750-m31-eusb2-phy
- const: qcom,sm8750-m31-eusb2-phy
--
2.34.1
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH v2 2/2] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: Add Maili QMP Phy
2026-08-18 6:16 [PATCH v2 0/2] phy: qcom: Introduce USB support for Maili Jingyi Wang
2026-08-18 6:16 ` [PATCH v2 1/2] dt-bindings: phy: qcom,m31-eusb2-phy: Document M31 eUSB2 PHY " Jingyi Wang
@ 2026-08-18 6:16 ` Jingyi Wang
2026-08-18 20:04 ` Krzysztof Kozlowski
1 sibling, 1 reply; 5+ messages in thread
From: Jingyi Wang @ 2026-08-18 6:16 UTC (permalink / raw)
To: Vinod Koul, Neil Armstrong, Manivannan Sadhasivam, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Wesley Cheng
Cc: aiqun.yu, tingwei.zhang, trilok.soni, yijie.yang, linux-arm-msm,
linux-phy, devicetree, linux-kernel, Jingyi Wang,
Krishna Kurapati
From: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>
Document the QMP PHY for Maili which handles the USB3 path. Use fallback
to indicate the compatibility of the QMP PHY on Maili with that on Hawi.
Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>
Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
---
.../devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml
index 8adfc78108fe..1c6e8e9b9a7e 100644
--- a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml
@@ -16,6 +16,10 @@ description:
properties:
compatible:
oneOf:
+ - items:
+ - enum:
+ - qcom,maili-qmp-usb3-dp-phy
+ - const: qcom,hawi-qmp-usb3-dp-phy
- items:
- enum:
- qcom,eliza-qmp-usb3-dp-phy
--
2.34.1
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH v2 1/2] dt-bindings: phy: qcom,m31-eusb2-phy: Document M31 eUSB2 PHY for Maili
2026-08-18 6:16 ` [PATCH v2 1/2] dt-bindings: phy: qcom,m31-eusb2-phy: Document M31 eUSB2 PHY " Jingyi Wang
@ 2026-08-18 20:03 ` Krzysztof Kozlowski
0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2026-08-18 20:03 UTC (permalink / raw)
To: Jingyi Wang
Cc: Vinod Koul, Neil Armstrong, Manivannan Sadhasivam, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Wesley Cheng, aiqun.yu,
tingwei.zhang, trilok.soni, yijie.yang, linux-arm-msm, linux-phy,
devicetree, linux-kernel, Krishna Kurapati
On Mon, Aug 17, 2026 at 11:16:05PM -0700, Jingyi Wang wrote:
> From: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>
>
> Document the M31 eUSB2 PHY for Maili which handles the USB2 path. Use
> fallback to indicate the compatibility of the M31 eUSB2 PHY on Maili
> with that on the SM8750.
>
> Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>
> Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
> ---
> Documentation/devicetree/bindings/phy/qcom,m31-eusb2-phy.yaml | 1 +
> 1 file changed, 1 insertion(+)
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Best regards,
Krzysztof
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2 2/2] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: Add Maili QMP Phy
2026-08-18 6:16 ` [PATCH v2 2/2] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: Add Maili QMP Phy Jingyi Wang
@ 2026-08-18 20:04 ` Krzysztof Kozlowski
0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2026-08-18 20:04 UTC (permalink / raw)
To: Jingyi Wang
Cc: Vinod Koul, Neil Armstrong, Manivannan Sadhasivam, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Wesley Cheng, aiqun.yu,
tingwei.zhang, trilok.soni, yijie.yang, linux-arm-msm, linux-phy,
devicetree, linux-kernel, Krishna Kurapati
On Mon, Aug 17, 2026 at 11:16:06PM -0700, Jingyi Wang wrote:
> From: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>
>
> Document the QMP PHY for Maili which handles the USB3 path. Use fallback
> to indicate the compatibility of the QMP PHY on Maili with that on Hawi.
>
> Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>
> Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
> ---
> .../devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml | 4 ++++
> 1 file changed, 4 insertions(+)
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Best regards,
Krzysztof
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-08-18 20:04 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-18 6:16 [PATCH v2 0/2] phy: qcom: Introduce USB support for Maili Jingyi Wang
2026-08-18 6:16 ` [PATCH v2 1/2] dt-bindings: phy: qcom,m31-eusb2-phy: Document M31 eUSB2 PHY " Jingyi Wang
2026-08-18 20:03 ` Krzysztof Kozlowski
2026-08-18 6:16 ` [PATCH v2 2/2] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: Add Maili QMP Phy Jingyi Wang
2026-08-18 20:04 ` Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox