[PATCH v2 06/14] dt-bindings: usb: qcom,snps-dwc3: Add clocks for USB3 on Qualcomm IPQ5332
George Moussalem via B4 Relay
devnull+george.moussalem.outlook.com at kernel.org
Wed Aug 12 02:34:41 PDT 2026
From: Praveenkumar I <quic_ipkumar at quicinc.com>
Add aux and lfps clocks in Qualcomm IPQ5332. These clocks are required
only for USB Super-Speed support.
Signed-off-by: Praveenkumar I <quic_ipkumar at quicinc.com>
Signed-off-by: George Moussalem <george.moussalem at outlook.com>
---
.../devicetree/bindings/usb/qcom,snps-dwc3.yaml | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml
index ea60f7220afe..ce36109f5df7 100644
--- a/Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml
+++ b/Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml
@@ -173,7 +173,6 @@ allOf:
contains:
enum:
- qcom,ipq4019-dwc3
- - qcom,ipq5332-dwc3
then:
properties:
clocks:
@@ -185,6 +184,25 @@ allOf:
- const: sleep
- const: mock_utmi
+ - if:
+ properties:
+ compatible:
+ contains:
+ enum:
+ - qcom,ipq5332-dwc3
+ then:
+ properties:
+ clocks:
+ minItems: 5
+ maxItems: 5
+ clock-names:
+ items:
+ - const: core
+ - const: sleep
+ - const: mock_utmi
+ - const: aux
+ - const: lfps
+
- if:
properties:
compatible:
--
2.53.0
More information about the linux-phy
mailing list