devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 1/3] dt-bindings: mfd: add lubbock-io binding
@ 2015-01-16 11:00 Robert Jarzmik
  2015-01-16 11:00 ` [PATCH v3 2/3] mfd: lubbock_io: add lubbock_io board Robert Jarzmik
                   ` (2 more replies)
  0 siblings, 3 replies; 24+ messages in thread
From: Robert Jarzmik @ 2015-01-16 11:00 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Daniel Mack, Haojian Zhuang, Robert Jarzmik, Samuel Ortiz,
	Lee Jones, Arnd Bergmann, Dmitry Eremin-Solenikov
  Cc: devicetree, linux-kernel, linux-arm-kernel

Add a binding for lubbock motherboard IO board.

Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
---
 .../devicetree/bindings/mfd/lubbock-io.txt         | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mfd/lubbock-io.txt

diff --git a/Documentation/devicetree/bindings/mfd/lubbock-io.txt b/Documentation/devicetree/bindings/mfd/lubbock-io.txt
new file mode 100644
index 0000000..33c9e21
--- /dev/null
+++ b/Documentation/devicetree/bindings/mfd/lubbock-io.txt
@@ -0,0 +1,26 @@
+Intel's pxa255 system development platform motherboard.
+
+This is the motherboard, or IO board, of the pxa25x development system,
+supporting a lubbock pxa25x SoC board.
+
+Required properties:
+  - compatible : One of the following chip-specific strings:
+        "intel,lubbock-io"
+  - interrupts : The first interrupt is the line the /IRQ signal the IO board
+                 multiplex is connected to. The only known case is GPIO0 on the
+                 pxa25x SoC.
+
+Optional properties:
+  - interrupts : The second optional interrupt is the base of the interrupts
+                 multiplexed by the lubbock motherboard. If unspecified, the
+                 range is fully dynamic, and the irqdomain will generate its
+                 interrupt base on the fly.
+
+Example:
+
+mb: lubbock-mb@0 {
+	compatible = "intel,lubbock-io";
+	interrupts = <0 IRQ_TYPE_EDGE_FALLING 400 IRQ_TYPE_NONE>;
+	#interrupt-cells = <2>;
+        interrupt-parent = <&pxairq>;
+};
-- 
2.1.0

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

end of thread, other threads:[~2015-01-21 19:22 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-16 11:00 [PATCH v3 1/3] dt-bindings: mfd: add lubbock-io binding Robert Jarzmik
2015-01-16 11:00 ` [PATCH v3 2/3] mfd: lubbock_io: add lubbock_io board Robert Jarzmik
     [not found]   ` <1421406010-14851-2-git-send-email-robert.jarzmik-GANU6spQydw@public.gmane.org>
2015-01-19  9:17     ` Lee Jones
2015-01-19 19:09       ` Robert Jarzmik
     [not found]         ` <87ppaah9k5.fsf-GANU6spQydw@public.gmane.org>
2015-01-20 10:29           ` Lee Jones
2015-01-20 11:56             ` Russell King - ARM Linux
2015-01-21  7:46               ` Robert Jarzmik
2015-01-21  8:16                 ` Lee Jones
2015-01-21  8:27                   ` Robert Jarzmik
     [not found]                     ` <87y4owedx1.fsf-GANU6spQydw@public.gmane.org>
2015-01-21 12:35                       ` Lee Jones
2015-01-21 13:02                         ` Russell King - ARM Linux
2015-01-21 13:36                         ` robert.jarzmik-GANU6spQydw
2015-01-21 15:10                           ` Lee Jones
2015-01-21 19:22                             ` Robert Jarzmik
2015-01-21  9:47                   ` Russell King - ARM Linux
2015-01-21  9:44                 ` Russell King - ARM Linux
2015-01-21 16:05                   ` unclear ipv6 redirect message (was Re: [PATCH v3 2/3] mfd: lubbock_io: add lubbock_io board) Joe Perches
     [not found]                     ` <1421856321.10574.13.camel-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
2015-01-21 16:11                       ` Russell King - ARM Linux
2015-01-21 16:40                         ` Joe Perches
2015-01-21 16:46                           ` Russell King - ARM Linux
2015-01-16 11:00 ` [PATCH v3 3/3] ARM: pxa: lubbock: use new lubbock_io driver Robert Jarzmik
2015-01-19  8:35 ` [PATCH v3 1/3] dt-bindings: mfd: add lubbock-io binding Lee Jones
2015-01-19 19:29   ` Robert Jarzmik
2015-01-20 10:18     ` Lee Jones

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).