Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1577016 > unrolled thread

[PATCH 2/3] usb: add DT bindings for farady fotg2 host controller

Started byHans Ulli Kroll <ulli.kroll@googlemail.com>
First post2017-02-08 21:20 +0100
Last post2017-02-10 14:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 2/3] usb: add DT bindings for farady fotg2 host controller Hans Ulli Kroll <ulli.kroll@googlemail.com> - 2017-02-08 21:20 +0100
    Re: [PATCH 2/3] usb: add DT bindings for farady fotg2 host controller Linus Walleij <linus.walleij@linaro.org> - 2017-02-10 14:30 +0100

#1577016 — [PATCH 2/3] usb: add DT bindings for farady fotg2 host controller

FromHans Ulli Kroll <ulli.kroll@googlemail.com>
Date2017-02-08 21:20 +0100
Subject[PATCH 2/3] usb: add DT bindings for farady fotg2 host controller
Message-ID<t8GSC-4S1-21@gated-at.bofh.it>
This adds DT bindings for the Faraday FOTG2 host controller.

Signed-off-by: Hans Ulli Kroll <ulli.kroll@googlemail.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@68000000 {
+	compatible = "faraday,fotg210-hcd";
+	reg = <0x68000000 0x1000>;
+	interrupts = <10 IRQ_TYPE_LEVEL_HIGH>;
+};
-- 
2.11.0

[toc] | [next] | [standalone]


#1578445

FromLinus Walleij <linus.walleij@linaro.org>
Date2017-02-10 14:30 +0100
Message-ID<t9jqV-3TZ-5@gated-at.bofh.it>
In reply to#1577016
On Wed, Feb 8, 2017 at 9:00 PM, Hans Ulli Kroll
<ulli.kroll@googlemail.com> wrote:

> This adds DT bindings for the Faraday FOTG2 host controller.
>
> Signed-off-by: Hans Ulli Kroll <ulli.kroll@googlemail.com>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web