public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
* [PATCH v3,2/3] ARM: dts: AM33XX: Add GPMC node
@ 2013-05-02  9:44 Gupta, Pekon
  2013-05-09  0:16 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Gupta, Pekon @ 2013-05-02  9:44 UTC (permalink / raw)
  To: linux-arm-kernel

From: "Philip, Avinash" <avinashphilip@ti•com>

Add GPMC data node to AM33XX device tree file.

Signed-off-by: Philip Avinash <avinashphilip@ti•com>
Acked-by: Peter Korsgaard <jacmet@sunsite•dk>
Signed-off-by: Pekon Gupta <pekon@ti•com>

---
Changes in v2:
	- Change number of chip select to 7

 arch/arm/boot/dts/am33xx.dtsi |   12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 24fc835..1048795 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -407,5 +407,17 @@
 			ti,hwmods = "elm";
 			status = "disabled";
 		};
+
+		gpmc: gpmc at 50000000 {
+			compatible = "ti,am3352-gpmc";
+			ti,hwmods = "gpmc";
+			reg = <0x50000000 0x2000>;
+			interrupts = <100>;
+			num-cs = <7>;
+			num-waitpins = <2>;
+			#address-cells = <2>;
+			#size-cells = <1>;
+			status = "disabled";
+		};
 	};
 };

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

end of thread, other threads:[~2013-05-09  0:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-02  9:44 [PATCH v3,2/3] ARM: dts: AM33XX: Add GPMC node Gupta, Pekon
2013-05-09  0:16 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox