devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 1/3] usb: chipidea: msm: Add device tree binding information
       [not found] <1398159797-26917-1-git-send-email-iivanov@mm-sol.com>
@ 2014-04-22  9:43 ` Ivan T. Ivanov
  2014-04-22 15:07   ` Srinivas Kandagatla
  0 siblings, 1 reply; 3+ messages in thread
From: Ivan T. Ivanov @ 2014-04-22  9:43 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Peter Chen, Ian Campbell,
	Kumar Gala, Randy Dunlap
  Cc: Ivan T. Ivanov, devicetree, linux-doc, linux-usb, linux-kernel,
	linux-arm-msm

From: "Ivan T. Ivanov" <iivanov@mm-sol.com>

Document device tree binding information as required by
the Qualcomm USB controller.

Signed-off-by: Ivan T. Ivanov <iivanov@mm-sol.com>
---
 Documentation/devicetree/bindings/usb/ci-hdrc-qcom.txt | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/usb/ci-hdrc-qcom.txt

diff --git a/Documentation/devicetree/bindings/usb/ci-hdrc-qcom.txt b/Documentation/devicetree/bindings/usb/ci-hdrc-qcom.txt
new file mode 100644
index 0000000..7221072
--- /dev/null
+++ b/Documentation/devicetree/bindings/usb/ci-hdrc-qcom.txt
@@ -0,0 +1,17 @@
+Qualcomm CI13xxx (Chipidea) USB controllers
+
+Required properties:
+- compatible:   should contain "qcom,ci-hdrc"
+- reg:          offset and length of the register set in the memory map
+- interrupts:   interrupt-specifier for the controller interrupt.
+- usb-phy:      phandle for the PHY device
+- dr_mode:      Sould be "peripheral"
+
+Examples:
+	gadget@f9a55000 {
+		compatible = "qcom,ci-hdrc";
+		reg = <0xf9a55000 0x400>;
+		dr_mode = "peripheral";
+		interrupts = <0 134 0>;
+		usb-phy = <&usbphy0>;
+	};
--
1.8.3.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v3 1/3] usb: chipidea: msm: Add device tree binding information
  2014-04-22  9:43 ` [PATCH v3 1/3] usb: chipidea: msm: Add device tree binding information Ivan T. Ivanov
@ 2014-04-22 15:07   ` Srinivas Kandagatla
  2014-04-22 15:20     ` Ivan T. Ivanov
  0 siblings, 1 reply; 3+ messages in thread
From: Srinivas Kandagatla @ 2014-04-22 15:07 UTC (permalink / raw)
  To: Ivan T. Ivanov, Rob Herring, Pawel Moll, Mark Rutland, Peter Chen,
	Ian Campbell, Kumar Gala, Randy Dunlap
  Cc: devicetree, linux-doc, linux-usb, linux-kernel, linux-arm-msm



On 22/04/14 10:43, Ivan T. Ivanov wrote:
> +- interrupts:   interrupt-specifier for the controller interrupt.
> +- usb-phy:      phandle for the PHY device
> +- dr_mode:      Sould be "peripheral"
s/Sould/Should/
> +

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v3 1/3] usb: chipidea: msm: Add device tree binding information
  2014-04-22 15:07   ` Srinivas Kandagatla
@ 2014-04-22 15:20     ` Ivan T. Ivanov
  0 siblings, 0 replies; 3+ messages in thread
From: Ivan T. Ivanov @ 2014-04-22 15:20 UTC (permalink / raw)
  To: Srinivas Kandagatla
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Peter Chen, Ian Campbell,
	Kumar Gala, Randy Dunlap, devicetree, linux-doc, linux-usb,
	linux-kernel, linux-arm-msm

On Tue, 2014-04-22 at 16:07 +0100, Srinivas Kandagatla wrote:
> 
> On 22/04/14 10:43, Ivan T. Ivanov wrote:
> > +- interrupts:   interrupt-specifier for the controller interrupt.
> > +- usb-phy:      phandle for the PHY device
> > +- dr_mode:      Sould be "peripheral"
> s/Sould/Should/
> > +

Thanks. will fix it.

Ivan

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-04-22 15:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1398159797-26917-1-git-send-email-iivanov@mm-sol.com>
2014-04-22  9:43 ` [PATCH v3 1/3] usb: chipidea: msm: Add device tree binding information Ivan T. Ivanov
2014-04-22 15:07   ` Srinivas Kandagatla
2014-04-22 15:20     ` Ivan T. Ivanov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).