diff options
author | Sandeep Maheswaram <sanm@codeaurora.org> | 2020-04-01 08:15:42 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-05-29 18:39:02 +0300 |
commit | 96ec7b3142b467fb4af309adcb63c542bda727b1 (patch) | |
tree | 324327e9c15c8c2a87e28245f55971fdc6fc7e69 | |
parent | bc6b83d636eb8b0083a166a6be6bae89440393c6 (diff) | |
download | linux-96ec7b3142b467fb4af309adcb63c542bda727b1.tar.xz |
dt-bindings: usb: qcom,dwc3: Introduce interconnect properties for Qualcomm DWC3 driver
Add documentation for the interconnects and interconnect-names
properties for USB.
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sandeep Maheswaram <sanm@codeaurora.org>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml index 1153d2db6053..dac10848dd7f 100644 --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml @@ -69,6 +69,14 @@ properties: resets: maxItems: 1 + interconnects: + maxItems: 2 + + interconnect-names: + items: + - const: usb-ddr + - const: apps-usb + interrupts: items: - description: The interrupt that is asserted |