[PATCH v5] dt-bindings: usb: qcom,snps-dwc3: Add Hawi compatible
Mukesh Ojha <[email protected]>
| Newsgroups | org.kernel.vger.linux-usb,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
From: Ronak Raheja <[email protected]> Document the Synopsys DWC3 USB controller found on the Hawi platform. Signed-off-by: Ronak Raheja <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Mukesh Ojha <[email protected]> --- Changes in v5: - Rebased it on linux-next. - It was mistakenly sent with Hawi Phy series. - Other patches in the series got merged. Changes in v4: https://lore.kernel.org/lkml/[email protected]/ - Rebased on top of next-20260731 - Resolved conflict related to recent merged common phy headers from pcie. - Link to v3: https://lore.kernel.org/lkml/[email protected]/ Changes in v3: - Fix missing version tag in individual patch subjects - Link to v2: https://lore.kernel.org/all/[email protected] Changes in v2: - Clarify in the QMP PHY binding commit message why Hawi needs a dedicated compatible string vs previous targets - Remove stray blank line in hawi_usb3_rx_tbl - Link to v1: https://lore.kernel.org/all/[email protected]/ Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml index ea60f7220afe..de50d7a3c999 100644 --- a/Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml +++ b/Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml @@ -27,6 +27,7 @@ properties: - qcom,eliza-dwc3 - qcom,glymur-dwc3 - qcom,glymur-dwc3-mp + - qcom,hawi-dwc3 - qcom,ipq4019-dwc3 - qcom,ipq5018-dwc3 - qcom,ipq5210-dwc3 @@ -206,6 +207,7 @@ allOf: compatible: contains: enum: + - qcom,hawi-dwc3 - qcom,ipq5210-dwc3 - qcom,ipq5424-dwc3 - qcom,ipq9574-dwc3 @@ -547,6 +549,7 @@ allOf: contains: enum: - qcom,eliza-dwc3 + - qcom,hawi-dwc3 - qcom,ipq4019-dwc3 - qcom,ipq8064-dwc3 - qcom,kaanapali-dwc3 -- 2.53.0