summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/usb
diff options
context:
space:
mode:
authorDaniel Tang <dt.tangr@gmail.com>2014-03-11 05:47:40 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-03-12 19:32:21 (GMT)
commitf61a7669f3986a0031c7cc780e2ccf2ec038ae33 (patch)
treede5799f728df9e7fa2b7273d4cccfddbb4095b07 /Documentation/devicetree/bindings/usb
parent7b92e1ddb17f37caf37d4477483a62a425ba428f (diff)
downloadlinux-f61a7669f3986a0031c7cc780e2ccf2ec038ae33.tar.xz
devicetree: bindings: document lsi,zevio-usb
Add documentation for zevio-usb Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Daniel Tang <dt.tangr@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/usb')
-rw-r--r--Documentation/devicetree/bindings/usb/ci-hdrc-zevio.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/ci-hdrc-zevio.txt b/Documentation/devicetree/bindings/usb/ci-hdrc-zevio.txt
new file mode 100644
index 0000000..abbcb2a
--- /dev/null
+++ b/Documentation/devicetree/bindings/usb/ci-hdrc-zevio.txt
@@ -0,0 +1,17 @@
+* LSI Zevio USB OTG Controller
+
+Required properties:
+- compatible: Should be "lsi,zevio-usb"
+- reg: Should contain registers location and length
+- interrupts: Should contain controller interrupt
+
+Optional properties:
+- vbus-supply: regulator for vbus
+
+Examples:
+ usb0: usb@b0000000 {
+ reg = <0xb0000000 0x1000>;
+ compatible = "lsi,zevio-usb";
+ interrupts = <8>;
+ vbus-supply = <&vbus_reg>;
+ };