[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1394009686-17155-1-git-send-email-dt.tangr@gmail.com>
Date: Wed, 5 Mar 2014 19:54:46 +1100
From: dt.tangr@...il.com
To: devicetree@...r.kernel.org
Cc: Daniel Tang <dt.tangr@...il.com>, robh+dt@...nel.org,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-usb@...r.kernel.org, Peter.Chen@...escale.com
Subject: [PATCHv2] devicetree: bindings: document lsi,zevio-usb
From: Daniel Tang <dt.tangr@...il.com>
Signed-off-by: Daniel Tang <dt.tangr@...il.com>
---
.../devicetree/bindings/usb/ci-hdrc-zevio.txt | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 Documentation/devicetree/bindings/usb/ci-hdrc-zevio.txt
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@...00000 {
+ reg = <0xb0000000 0x1000>;
+ compatible = "lsi,zevio-usb";
+ interrupts = <8>;
+ vbus-supply = <&vbus_reg>;
+ };
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists