Hi Afzal,

On 04/05/2012 10:46 AM, Afzal Mohammed wrote:
Currently gpmc is configured in platform for nand.
As configuring gpmc has been moved to gpmc driver,
populate details needed for the driver to configure
gpmc. gpmc driver would configure based on this
information.

Signed-off-by: Afzal Mohammed<[email protected]>
---
  arch/arm/mach-omap2/gpmc-nand.c        |   97 ++++++++++++++------------------
  arch/arm/plat-omap/include/plat/nand.h |    8 ++-
  2 files changed, 48 insertions(+), 57 deletions(-)

diff --git a/arch/arm/mach-omap2/gpmc-nand.c b/arch/arm/mach-omap2/gpmc-nand.c
index 386dec8..85de31f 100644
--- a/arch/arm/mach-omap2/gpmc-nand.c
+++ b/arch/arm/mach-omap2/gpmc-nand.c
@@ -21,24 +21,38 @@
  #include<plat/board.h>
  #include<plat/gpmc.h>

-static struct resource gpmc_nand_resource = {
-       .flags          = IORESOURCE_MEM,
+
+#define        GPMC_NAND_CONFIG_NUM    4

Where does 4 come from?

Jon
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to