diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-05-29 10:26:49 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-05-29 10:26:49 +0200 |
commit | c4ff8628476937635b91500dc78a14e337facb7c (patch) | |
tree | 6449a5989837cc934b39fb9029aa846e746d2e02 /Documentation/devicetree | |
parent | Merge tag 'usb-serial-5.8-rc1' of https://git.kernel.org/pub/scm/linux/kernel... (diff) | |
download | linux-c4ff8628476937635b91500dc78a14e337facb7c.tar.xz linux-c4ff8628476937635b91500dc78a14e337facb7c.zip |
Revert "dt-bindings: usb: qcom,dwc3: Introduce interconnect properties for Qualcomm DWC3 driver"
This reverts commit 1805cdde37c8cc90b298c3d9afbc2aa4c9890635 as it
should be going in through Rob's tree instead to resolve conflicts.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Rob Herring <robh@kernel.org>
Cc: Stephen Boyd <swboyd@chromium.org>
Cc: Sandeep Maheswaram <sanm@codeaurora.org>
Cc: Felipe Balbi <balbi@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml index ec1ec47b51cb..17e22ff528dd 100644 --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml @@ -70,14 +70,6 @@ properties: resets: maxItems: 1 - interconnects: - maxItems: 2 - - interconnect-names: - items: - - const: usb-ddr - - const: apps-usb - interrupts: items: - description: The interrupt that is asserted |