[PATCH v2 06/14] dt-bindings: usb: qcom,snps-dwc3: Add clocks for USB3 on Qualcomm IPQ5332
George Moussalem via B4 Relay <[email protected]>
| Newsgroups | org.kernel.vger.linux-usb,org.infradead.lists.linux-phy,org.kernel.feeds.b4-sent,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
From: Praveenkumar I <[email protected]> Add aux and lfps clocks in Qualcomm IPQ5332. These clocks are required only for USB Super-Speed support. Signed-off-by: Praveenkumar I <[email protected]> Signed-off-by: George Moussalem <[email protected]> --- .../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