summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/usb/spear-usb.txt
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2023-01-23 21:05:16 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-01-25 15:45:06 +0100
commit4aa466190a2d49a90fa7a6f9dac2dd10e46fdece (patch)
treead8fec3055f593c166b12bfe7edba4fd73625e95 /Documentation/devicetree/bindings/usb/spear-usb.txt
parent60c4da9f3c3c6e8fcd3a12452bcd14181e17cb2c (diff)
dt-bindings: usb: Convert multiple "usb-ohci" bindings to DT schema
"usb-ohci" is another "generic" OHCI controller compatible string used by several platforms. Add it to the generic-ohci.yaml schema and remove all the old binding docs. Marvell pxa-usb.txt has "usb-ohci" in the example, but actual users don't, so drop it. Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20230110-dt-usb-v3-2-5af0541fcf8c@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/usb/spear-usb.txt')
-rw-r--r--Documentation/devicetree/bindings/usb/spear-usb.txt35
1 files changed, 0 insertions, 35 deletions
diff --git a/Documentation/devicetree/bindings/usb/spear-usb.txt b/Documentation/devicetree/bindings/usb/spear-usb.txt
deleted file mode 100644
index 1dc91cc459c0..000000000000
--- a/Documentation/devicetree/bindings/usb/spear-usb.txt
+++ /dev/null
@@ -1,35 +0,0 @@
-ST SPEAr SoC USB controllers:
------------------------------
-
-EHCI:
------
-
-Required properties:
-- compatible: "st,spear600-ehci"
-- interrupts: Should contain the EHCI interrupt
-
-Example:
-
- ehci@e1800000 {
- compatible = "st,spear600-ehci", "usb-ehci";
- reg = <0xe1800000 0x1000>;
- interrupt-parent = <&vic1>;
- interrupts = <27>;
- };
-
-
-OHCI:
------
-
-Required properties:
-- compatible: "st,spear600-ohci"
-- interrupts: Should contain the OHCI interrupt
-
-Example:
-
- ohci@e1900000 {
- compatible = "st,spear600-ohci", "usb-ohci";
- reg = <0xe1800000 0x1000>;
- interrupt-parent = <&vic1>;
- interrupts = <26>;
- };