diff options
| author | Rohit Agarwal <[email protected]> | 2023-09-22 10:42:03 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-10-02 14:06:15 +0200 |
| commit | 91da60e3fda8bc917d48ba387942f08296e2af87 (patch) | |
| tree | 5424022b75128f3e6fd74ecdd523d3cfcfc42c73 | |
| parent | df55d4f814f9b4f9deccb85e1a0ee34321572eab (diff) | |
dt-bindings: usb: qcom,dwc3: Fix SDX65 clocks
SDX65 has 5 clocks so mention in the bindings.
Fixes: 16946a60715c ("dt-bindings: usb: qcom,dwc3: fix clock matching")
Signed-off-by: Rohit Agarwal <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml index b4be38804df7..a76b09290c40 100644 --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml @@ -182,6 +182,7 @@ allOf: - qcom,sdm670-dwc3 - qcom,sdm845-dwc3 - qcom,sdx55-dwc3 + - qcom,sdx65-dwc3 - qcom,sm6350-dwc3 then: properties: |