devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM/dts: OMAP4: Enable twl6040 GPO functionality
@ 2012-09-19  9:43 Peter Ujfalusi
       [not found] ` <1348047785-1681-1-git-send-email-peter.ujfalusi-l0cyMroinI0@public.gmane.org>
  2012-09-19  9:43 ` [PATCH 2/2] ARM/dts: omap4-panda: " Peter Ujfalusi
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Ujfalusi @ 2012-09-19  9:43 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
	linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Samuel Ortiz

Hello,

The following two patch is needed for the twl6040 GPO driver (going via MFD
tree) to work correctly.

Regards,
Peter
---
Peter Ujfalusi (2):
  ARM/dts: omap4-sdp: Enable GPO functionality for twl6040
  ARM/dts: omap4-panda: Enable GPO functionality for twl6040

 arch/arm/boot/dts/omap4-panda.dts | 3 +++
 arch/arm/boot/dts/omap4-sdp.dts   | 3 +++
 2 files changed, 6 insertions(+)

-- 
1.7.12

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

* [PATCH 1/2] ARM/dts: omap4-sdp: Enable GPO functionality for twl6040
       [not found] ` <1348047785-1681-1-git-send-email-peter.ujfalusi-l0cyMroinI0@public.gmane.org>
@ 2012-09-19  9:43   ` Peter Ujfalusi
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Ujfalusi @ 2012-09-19  9:43 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
	linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Samuel Ortiz

Add the needed properties for twl6040 so the GPO functionality can be used
by other drivers.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi-l0cyMroinI0@public.gmane.org>
---
 arch/arm/boot/dts/omap4-sdp.dts | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/boot/dts/omap4-sdp.dts b/arch/arm/boot/dts/omap4-sdp.dts
index 94a23b3..2c4fc1e 100644
--- a/arch/arm/boot/dts/omap4-sdp.dts
+++ b/arch/arm/boot/dts/omap4-sdp.dts
@@ -155,6 +155,9 @@
 
 	twl6040: twl@4b {
 		compatible = "ti,twl6040";
+		gpio-controller;
+		#gpio-cells = <1>;
+
 		reg = <0x4b>;
 		/* SPI = 0, IRQ# = 119, 4 = active high level-sensitive */
 		interrupts = <0 119 4>; /* IRQ_SYS_2N cascaded to gic */
-- 
1.7.12

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

* [PATCH 2/2] ARM/dts: omap4-panda: Enable GPO functionality for twl6040
  2012-09-19  9:43 [PATCH 0/2] ARM/dts: OMAP4: Enable twl6040 GPO functionality Peter Ujfalusi
       [not found] ` <1348047785-1681-1-git-send-email-peter.ujfalusi-l0cyMroinI0@public.gmane.org>
@ 2012-09-19  9:43 ` Peter Ujfalusi
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Ujfalusi @ 2012-09-19  9:43 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Benoit Cousson, Samuel Ortiz, linux-omap, linux-arm-kernel,
	devicetree-discuss

Add the needed properties for twl6040 so the GPO functionality can be used
by other drivers.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
---
 arch/arm/boot/dts/omap4-panda.dts | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/boot/dts/omap4-panda.dts b/arch/arm/boot/dts/omap4-panda.dts
index 20b966e..94adabb 100644
--- a/arch/arm/boot/dts/omap4-panda.dts
+++ b/arch/arm/boot/dts/omap4-panda.dts
@@ -71,6 +71,9 @@
 
 	twl6040: twl@4b {
 		compatible = "ti,twl6040";
+		gpio-controller;
+		#gpio-cells = <1>;
+
 		reg = <0x4b>;
 		/* SPI = 0, IRQ# = 119, 4 = active high level-sensitive */
 		interrupts = <0 119 4>; /* IRQ_SYS_2N cascaded to gic */
-- 
1.7.12


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

* [PATCH 2/2] ARM/dts: omap4-panda: Enable GPO functionality for twl6040
  2012-09-06 13:06 [PATCH 0/2] ARM/dts: omap4 boards: Enable the use of GPO on twl6040 Peter Ujfalusi
@ 2012-09-06 13:06 ` Peter Ujfalusi
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Ujfalusi @ 2012-09-06 13:06 UTC (permalink / raw)
  To: Tony Lindgren, Benoit Cousson
  Cc: linux-omap, linux-arm-kernel, devicetree-discuss

Add the needed properties for twl6040 so the GPO functionality can be used
by other drivers.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
---
 arch/arm/boot/dts/omap4-panda.dts | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/boot/dts/omap4-panda.dts b/arch/arm/boot/dts/omap4-panda.dts
index d28cdc4..ed5ebdd 100644
--- a/arch/arm/boot/dts/omap4-panda.dts
+++ b/arch/arm/boot/dts/omap4-panda.dts
@@ -71,6 +71,9 @@
 
 	twl6040: twl@4b {
 		compatible = "ti,twl6040";
+		gpio-controller;
+		#gpio-cells = <1>;
+
 		reg = <0x4b>;
 		/* SPI = 0, IRQ# = 119, 4 = active high level-sensitive */
 		interrupts = <0 119 4>; /* IRQ_SYS_2N cascaded to gic */
-- 
1.7.12


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

end of thread, other threads:[~2012-09-19  9:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-19  9:43 [PATCH 0/2] ARM/dts: OMAP4: Enable twl6040 GPO functionality Peter Ujfalusi
     [not found] ` <1348047785-1681-1-git-send-email-peter.ujfalusi-l0cyMroinI0@public.gmane.org>
2012-09-19  9:43   ` [PATCH 1/2] ARM/dts: omap4-sdp: Enable GPO functionality for twl6040 Peter Ujfalusi
2012-09-19  9:43 ` [PATCH 2/2] ARM/dts: omap4-panda: " Peter Ujfalusi
  -- strict thread matches above, loose matches on Subject: below --
2012-09-06 13:06 [PATCH 0/2] ARM/dts: omap4 boards: Enable the use of GPO on twl6040 Peter Ujfalusi
2012-09-06 13:06 ` [PATCH 2/2] ARM/dts: omap4-panda: Enable GPO functionality for twl6040 Peter Ujfalusi

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