[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1361014708-1659-2-git-send-email-anilk4.v@gmail.com>
Date: Sat, 16 Feb 2013 17:08:27 +0530
From: Anil Kumar <anilk4.v@...il.com>
To: devicetree-discuss@...ts.ozlabs.org, linux-omap@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org
Cc: linux@....linux.org.uk, b-cousson@...com, tony@...mide.com,
grant.likely@...retlab.ca, zonque@...il.com, thomas@...weber.eu,
anilk4.v@...il.com
Subject: [PATCH 1/2] ARM: dts: omap3: Add gpmc node
Add gpmc DT node.
Signed-off-by: Anil Kumar <anilk4.v@...il.com>
---
:100644 100644 1acc261... 9f36531... M arch/arm/boot/dts/omap3.dtsi
arch/arm/boot/dts/omap3.dtsi | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi
index 1acc261..9f36531 100644
--- a/arch/arm/boot/dts/omap3.dtsi
+++ b/arch/arm/boot/dts/omap3.dtsi
@@ -397,5 +397,16 @@
ti,timer-alwon;
ti,timer-secure;
};
+
+ gpmc: gpmc@...00000 {
+ compatible = "ti,omap3430-gpmc";
+ ti,hwmods = "gpmc";
+ reg = <0x6e000000 0x1000000>;
+ interrupts = <20>;
+ gpmc,num-cs = <8>;
+ gpmc,num-waitpins = <4>;
+ #address-cells = <2>;
+ #size-cells = <1>;
+ };
};
};
--
1.7.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists