All of lore.kernel.org
 help / color / mirror / Atom feed
From: lauri.hintsala@bluegiga.com (Lauri Hintsala)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/6] ARM: apx4devkit: add NAND support
Date: Tue, 10 Jul 2012 10:08:07 +0300	[thread overview]
Message-ID: <1341904092-13777-2-git-send-email-lauri.hintsala@bluegiga.com> (raw)
In-Reply-To: <1341904092-13777-1-git-send-email-lauri.hintsala@bluegiga.com>

Signed-off-by: Lauri Hintsala <lauri.hintsala@bluegiga.com>
---
 arch/arm/boot/dts/apx4devkit.dts |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/apx4devkit.dts b/arch/arm/boot/dts/apx4devkit.dts
index a670a90..ecad288 100644
--- a/arch/arm/boot/dts/apx4devkit.dts
+++ b/arch/arm/boot/dts/apx4devkit.dts
@@ -11,6 +11,12 @@
 
 	apb at 80000000 {
 		apbh at 80000000 {
+			gpmi-nand at 8000c000 {
+				pinctrl-names = "default";
+				pinctrl-0 = <&gpmi_pins_a &gpmi_status_cfg>;
+				status = "okay";
+			};
+
 			ssp0: ssp at 80010000 {
 				compatible = "fsl,imx28-mmc";
 				pinctrl-names = "default";
-- 
1.7.9.5

  reply	other threads:[~2012-07-10  7:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-10  7:08 [PATCH 0/6] Improve apx4devkit DT support Lauri Hintsala
2012-07-10  7:08 ` Lauri Hintsala [this message]
2012-07-10  7:08 ` [PATCH 2/6] ARM: apx4devkit: add display support Lauri Hintsala
2012-07-10  7:08 ` [PATCH 3/6] ARM: apx4devkit: fix the bus-width of SSP0 to 4 bits Lauri Hintsala
2012-07-10  7:08 ` [PATCH 4/6] ARM: apx4devkit: add SSP2 support Lauri Hintsala
2012-07-11  4:14   ` Shawn Guo
2012-07-10  7:08 ` [PATCH 5/6] ARM: apx4devkit: remove AUART3 Lauri Hintsala
2012-07-10  7:08 ` [PATCH 6/6] ARM: apx4devkit: add pin muxing for GPIOs Lauri Hintsala
2012-07-11  4:16 ` [PATCH 0/6] Improve apx4devkit DT support Shawn Guo

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=1341904092-13777-2-git-send-email-lauri.hintsala@bluegiga.com \
    --to=lauri.hintsala@bluegiga.com \
    --cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.