aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/include/mach/mux.h
diff options
context:
space:
mode:
authorSudhakar Rajashekhara <sudhakar.raj@ti.com>2009-08-13 16:21:11 -0400
committerKevin Hilman <khilman@deeprootsystems.com>2009-08-26 04:55:56 -0400
commit38beb929f2c33a37bf3af6103c064a9edfbe242b (patch)
treeb4393295180b2b40ebc3e00c5b42aa61b06f2cd2 /arch/arm/mach-davinci/include/mach/mux.h
parent700691f27ed9b0891cece9032e4de8c0b482c625 (diff)
davinci: Add NAND flash support for DA850/OMAP-L138
This patch adds platform data for the 512MB NAND Flash found on DA850/OMAP-L138 EVM. Currently it supports only 1-bit ECC. Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/mux.h')
-rw-r--r--arch/arm/mach-davinci/include/mach/mux.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/mux.h b/arch/arm/mach-davinci/include/mach/mux.h
index b2335640c222..ee6f29db4452 100644
--- a/arch/arm/mach-davinci/include/mach/mux.h
+++ b/arch/arm/mach-davinci/include/mach/mux.h
@@ -806,6 +806,22 @@ enum davinci_da850_index {
806 DA850_MMCSD0_CLK, 806 DA850_MMCSD0_CLK,
807 DA850_MMCSD0_CMD, 807 DA850_MMCSD0_CMD,
808 808
809 /* EMIF2.5/EMIFA function */
810 DA850_EMA_D_7,
811 DA850_EMA_D_6,
812 DA850_EMA_D_5,
813 DA850_EMA_D_4,
814 DA850_EMA_D_3,
815 DA850_EMA_D_2,
816 DA850_EMA_D_1,
817 DA850_EMA_D_0,
818 DA850_EMA_A_1,
819 DA850_EMA_A_2,
820 DA850_NEMA_CS_3,
821 DA850_NEMA_CS_4,
822 DA850_NEMA_WE,
823 DA850_NEMA_OE,
824
809 /* GPIO function */ 825 /* GPIO function */
810 DA850_GPIO2_15, 826 DA850_GPIO2_15,
811 DA850_GPIO8_10, 827 DA850_GPIO8_10,