devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 1/4] dt-bindings: mfd: add lubbock-cplds binding
@ 2015-01-24 15:05 Robert Jarzmik
       [not found] ` <1422111903-22176-1-git-send-email-robert.jarzmik-GANU6spQydw@public.gmane.org>
  0 siblings, 1 reply; 22+ messages in thread
From: Robert Jarzmik @ 2015-01-24 15:05 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Daniel Mack, Haojian Zhuang, Robert Jarzmik, Samuel Ortiz,
	Lee Jones, Grant Likely
  Cc: devicetree, linux-kernel, linux-arm-kernel, Arnd Bergmann,
	Russell King - ARM Linux, Dmitry Eremin-Solenikov

Add a binding for lubbock motherboard IO board.

Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
---
Since v3: name change to lubbock-cplds,
          Lee's comments taken into account.
---
 .../devicetree/bindings/mfd/lubbock-cplds.txt      | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mfd/lubbock-cplds.txt

diff --git a/Documentation/devicetree/bindings/mfd/lubbock-cplds.txt b/Documentation/devicetree/bindings/mfd/lubbock-cplds.txt
new file mode 100644
index 0000000..211ed9a
--- /dev/null
+++ b/Documentation/devicetree/bindings/mfd/lubbock-cplds.txt
@@ -0,0 +1,26 @@
+Intel XScale PXA255 development platform (Lubbock).
+
+This regroups all the CPLDs on the Lubbock motherboard, providing interrupt
+muxing, leds handling, ...
+
+Required properties:
+  - compatible : should be "intel,lubbock-cplds"
+
+  - interrupts : The first interrupt is the SoC input interrupt connected to the
+                 lubbock IO board interrupt multiplexer output. The only known
+                 working conifguration 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-cplds";
+	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] 22+ messages in thread

end of thread, other threads:[~2015-03-28 13:24 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-24 15:05 [PATCH v4 1/4] dt-bindings: mfd: add lubbock-cplds binding Robert Jarzmik
     [not found] ` <1422111903-22176-1-git-send-email-robert.jarzmik-GANU6spQydw@public.gmane.org>
2015-01-24 15:05   ` [PATCH v4 2/4] mfd: lubbock_cplds: add lubbock IO board Robert Jarzmik
     [not found]     ` <1422111903-22176-2-git-send-email-robert.jarzmik-GANU6spQydw@public.gmane.org>
2015-02-16 13:05       ` Lee Jones
2015-02-16 13:27         ` robert.jarzmik
2015-02-16 16:27           ` Lee Jones
2015-02-16 22:14             ` Robert Jarzmik
2015-02-17  7:43               ` Lee Jones
2015-02-17 17:38                 ` Nicolas Pitre
2015-02-18  8:07                   ` Lee Jones
2015-02-20 16:02                     ` Robert Jarzmik
2015-02-28  9:57                       ` Robert Jarzmik
2015-02-28 15:11                         ` Greg Kroah-Hartman
2015-02-28 15:29                           ` Robert Jarzmik
2015-03-25 14:07                       ` Greg Kroah-Hartman
     [not found]                         ` <20150325140725.GA11499-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2015-03-26 21:38                           ` Robert Jarzmik
2015-03-26 23:47                             ` Greg Kroah-Hartman
2015-03-28  2:35                             ` Arnd Bergmann
2015-03-28  8:29                               ` Robert Jarzmik
     [not found]                                 ` <87fv8pwmm0.fsf-GANU6spQydw@public.gmane.org>
2015-03-28 13:24                                   ` Arnd Bergmann
2015-01-24 15:05   ` [PATCH v4 3/4] ARM: pxa: lubbock: use new lubbock_cplds driver Robert Jarzmik
2015-01-24 15:05   ` [PATCH v4 4/4] MAINTAINERS: add entry for lubbock-cplds Robert Jarzmik
2015-02-10 18:41   ` [PATCH v4 1/4] dt-bindings: mfd: add lubbock-cplds binding Robert Jarzmik

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