devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org>
To: tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org
Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	fcooper-l0cyMroinI0@public.gmane.org,
	linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org>
Subject: [PATCH 01/13] ARM: dts: omap24xx: Enable gpio and interrupt controller for GPMC
Date: Thu, 7 Apr 2016 13:25:28 +0300	[thread overview]
Message-ID: <1460024740-19716-2-git-send-email-rogerq@ti.com> (raw)
In-Reply-To: <1460024740-19716-1-git-send-email-rogerq-l0cyMroinI0@public.gmane.org>

GPMC driver provides interrupts and gpio for the GPMC_WAIT pins.
Mark it as gpio and interrupt capable.

Signed-off-by: Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org>
---
 arch/arm/boot/dts/omap2420.dtsi | 4 ++++
 arch/arm/boot/dts/omap2430.dtsi | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/omap2420.dtsi b/arch/arm/boot/dts/omap2420.dtsi
index 5b9a376..fb712b9 100644
--- a/arch/arm/boot/dts/omap2420.dtsi
+++ b/arch/arm/boot/dts/omap2420.dtsi
@@ -130,6 +130,10 @@
 			gpmc,num-cs = <8>;
 			gpmc,num-waitpins = <4>;
 			ti,hwmods = "gpmc";
+			interrupt-controller;
+			#interrupt-cells = <2>;
+			gpio-controller;
+			#gpio-cells = <2>;
 		};
 
 		mcbsp1: mcbsp@48074000 {
diff --git a/arch/arm/boot/dts/omap2430.dtsi b/arch/arm/boot/dts/omap2430.dtsi
index 798dda0..5c16a1f 100644
--- a/arch/arm/boot/dts/omap2430.dtsi
+++ b/arch/arm/boot/dts/omap2430.dtsi
@@ -154,6 +154,10 @@
 			gpmc,num-cs = <8>;
 			gpmc,num-waitpins = <4>;
 			ti,hwmods = "gpmc";
+			interrupt-controller;
+			#interrupt-cells = <2>;
+			gpio-controller;
+			#gpio-cells = <2>;
 		};
 
 		mcbsp1: mcbsp@48074000 {
-- 
2.5.0

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2016-04-07 10:25 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-07 10:25 [PATCH 00/13] ARM: dts: OMAP2+: Enable gpio controller for GPMC and add NAND ready pin Roger Quadros
     [not found] ` <1460024740-19716-1-git-send-email-rogerq-l0cyMroinI0@public.gmane.org>
2016-04-07 10:25   ` Roger Quadros [this message]
2016-04-07 10:25   ` [PATCH 02/13] ARM: dts: omap4: Enable gpio and interrupt controller for GPMC Roger Quadros
2016-04-07 10:25   ` [PATCH 03/13] ARM: dts: omap5: " Roger Quadros
2016-04-07 10:25   ` [PATCH 04/13] ARM: dts: dra7: Enable gpio " Roger Quadros
2016-04-07 10:25   ` [PATCH 05/13] ARM: dts: am335x: " Roger Quadros
2016-04-07 10:25   ` [PATCH 06/13] ARM: dts: am4372: " Roger Quadros
2016-04-07 10:25   ` [PATCH 07/13] ARM: dts: omap3: " Roger Quadros
2016-04-07 10:25   ` [PATCH 08/13] ARM: dts: dm814x: " Roger Quadros
2016-04-07 10:25   ` [PATCH 09/13] ARM: dts: dm816x: " Roger Quadros
2016-04-07 10:25   ` [PATCH 10/13] ARM: dts: dra7x-evm: Provide NAND ready pin Roger Quadros
2016-04-07 10:25   ` [PATCH 11/13] ARM: dts: am437x: " Roger Quadros
2016-04-07 10:25   ` [PATCH 12/13] ARM: dts: am335x: " Roger Quadros
2016-04-07 10:25   ` [PATCH 13/13] ARM: dts: omap3-beagle: " Roger Quadros
2016-04-12 21:28   ` [PATCH 00/13] ARM: dts: OMAP2+: Enable gpio controller for GPMC and add " Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1460024740-19716-2-git-send-email-rogerq@ti.com \
    --to=rogerq-l0cymroini0@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=fcooper-l0cyMroinI0@public.gmane.org \
    --cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).