[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2645efefa3d36388ff1d4b64255d880b6587770f.1359007746.git.avinashphilip@ti.com>
Date: Thu, 24 Jan 2013 13:32:28 +0530
From: Philip Avinash <avinashphilip@...com>
To: <b-cousson@...com>, <tony@...mide.com>, <linux@....linux.org.uk>
CC: <linux-omap@...r.kernel.org>,
<devicetree-discuss@...ts.ozlabs.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>, <nsekhar@...com>,
<gururaja.hebbar@...com>, <hvaibhav@...com>, <zonque@...il.com>,
<jacmet@...site.dk>, "Philip, Avinash" <avinashphilip@...com>
Subject: [PATCH v2 2/3] ARM: dts: AM33XX: Add GPMC node
From: "Philip, Avinash" <avinashphilip@...com>
Add GPMC data node to AM33XX device tree file.
Signed-off-by: Philip Avinash <avinashphilip@...com>
Acked-by: Peter Korsgaard <jacmet@...site.dk>
---
Changes since 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 115bf28..fbcb90b 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -397,5 +397,17 @@
ti,hwmods = "elm";
status = "disabled";
};
+
+ gpmc: gpmc@...00000 {
+ 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";
+ };
};
};
--
1.7.9.5
--
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