Skip to content

Commit 34b8dbe

Browse files
quic-varadaandersson
authored andcommitted
dt-bindings: usb: qcom,dwc3: Update ipq5332 clock details
Unlike MSM SoC, IPQ SoC doesn't use RPM to aggregate bandwidth requests and scale the NoC frequency. The NoCs are turned on and set to a specific frequency at boot time and that is used for the lifetime of the system. Hence interconnect was not considered previously. The same approach was used for PCIe and at that point the consensus was to move to interconnect. Hence implemented the ICC driver and updating the existing USB driver to use the ICC driver. USB uses icc-clk framework to enable the NoC interface clock. Hence the 'iface' clock is removed from the list of clocks. Update the clock-names list accordingly. Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Varadarajan Narayanan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 2b148bf commit 34b8dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/usb/qcom,dwc3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ allOf:
164164
contains:
165165
enum:
166166
- qcom,ipq4019-dwc3
167+
- qcom,ipq5332-dwc3
167168
then:
168169
properties:
169170
clocks:
@@ -267,7 +268,6 @@ allOf:
267268
contains:
268269
enum:
269270
- qcom,ipq5018-dwc3
270-
- qcom,ipq5332-dwc3
271271
- qcom,msm8994-dwc3
272272
- qcom,qcs404-dwc3
273273
then:

0 commit comments

Comments
 (0)