Commit 7db25e95 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Greg Kroah-Hartman

dt-bindings: usb: qcom,dwc3: Fix SDM660 clock description

SDM660 was abusingly referencing one of the internal bus clocks, that
were recently dropped from Linux (because the original implementation
did not make much sense), circumventing the interconnect framework.

Drop it.
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230721-topic-rpm_clk_cleanup-v3-1-a66e698932e3@linaro.orgSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent aefdcd89
...@@ -308,8 +308,8 @@ allOf: ...@@ -308,8 +308,8 @@ allOf:
then: then:
properties: properties:
clocks: clocks:
minItems: 5 minItems: 4
maxItems: 6 maxItems: 5
clock-names: clock-names:
oneOf: oneOf:
- items: - items:
...@@ -318,13 +318,11 @@ allOf: ...@@ -318,13 +318,11 @@ allOf:
- const: iface - const: iface
- const: sleep - const: sleep
- const: mock_utmi - const: mock_utmi
- const: bus
- items: - items:
- const: cfg_noc - const: cfg_noc
- const: core - const: core
- const: sleep - const: sleep
- const: mock_utmi - const: mock_utmi
- const: bus
- if: - if:
properties: properties:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment