[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170208200010.21522-3-ulli.kroll@googlemail.com>
Date: Wed, 8 Feb 2017 21:00:09 +0100
From: Hans Ulli Kroll <ulli.kroll@...glemail.com>
To: linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
linux-usb@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Linus Walleij <linus.walleij@...aro.org>,
Hans Ulli Kroll <ulli.kroll@...glemail.com>
Subject: [PATCH 2/3] usb: add DT bindings for farady fotg2 host controller
This adds DT bindings for the Faraday FOTG2 host controller.
Signed-off-by: Hans Ulli Kroll <ulli.kroll@...glemail.com>
---
Documentation/devicetree/bindings/usb/fotg2-host.txt | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 Documentation/devicetree/bindings/usb/fotg2-host.txt
diff --git a/Documentation/devicetree/bindings/usb/fotg2-host.txt b/Documentation/devicetree/bindings/usb/fotg2-host.txt
new file mode 100644
index 000000000000..4c07566a4bf5
--- /dev/null
+++ b/Documentation/devicetree/bindings/usb/fotg2-host.txt
@@ -0,0 +1,15 @@
+Faraday FOTG Host controller
+
+Required properties:
+
+- compatible: should be "faraday,fotg210-hcd"
+- reg: should contain one register range i.e. start and length
+- interrupts: description of the interrupt line
+
+Example for Gemini:
+
+usb@...00000 {
+ compatible = "faraday,fotg210-hcd";
+ reg = <0x68000000 0x1000>;
+ interrupts = <10 IRQ_TYPE_LEVEL_HIGH>;
+};
--
2.11.0
Powered by blists - more mailing lists