summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/plat/nand.h
diff options
context:
space:
mode:
authorAfzal Mohammed2012-08-30 21:53:22 +0200
committerTony Lindgren2012-08-30 21:53:22 +0200
commitd126d0158b98469b833bcd5214bc909f164a0033 (patch)
treee049544af6d834343e22a2a4f54c85fcaf0c2336 /arch/arm/plat-omap/include/plat/nand.h
parentARM: OMAP2+: gpmc: update nand register helper (diff)
downloadkernel-qcow2-linux-d126d0158b98469b833bcd5214bc909f164a0033.tar.gz
kernel-qcow2-linux-d126d0158b98469b833bcd5214bc909f164a0033.tar.xz
kernel-qcow2-linux-d126d0158b98469b833bcd5214bc909f164a0033.zip
ARM: OMAP2+: gpmc-nand: update gpmc-nand regs
GPMC has NAND registers, update nand platform data with those details so that NAND driver can configure those by itself instead of using exported symbols. Signed-off-by: Afzal Mohammed <afzal@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/include/plat/nand.h')
-rw-r--r--arch/arm/plat-omap/include/plat/nand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/nand.h b/arch/arm/plat-omap/include/plat/nand.h
index 67fc5060183e..86e4d9c67bff 100644
--- a/arch/arm/plat-omap/include/plat/nand.h
+++ b/arch/arm/plat-omap/include/plat/nand.h
@@ -29,6 +29,7 @@ struct omap_nand_platform_data {
unsigned long phys_base;
int devsize;
enum omap_ecc ecc_opt;
+ struct gpmc_nand_regs reg;
};
/* minimum size for IO mapping */