diff options
author | Thomas Koeller <thomas.koeller@baslerweb.com> | 2010-05-11 11:06:49 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2010-05-13 14:10:31 -0400 |
commit | 7735227e76e1660e448ec66c30e7bfd06f7cd9b7 (patch) | |
tree | 4d09334eaf615997384a5636cd22154e352f4910 /arch/arm/mach-davinci/include | |
parent | 0efe2b7442caaf087e56ae9b68fa5f61f4761fa8 (diff) |
DM365: Added more PINMUX configurations for AEMIF
More complete AEMIF support for boards.
Signed-off-by: Thomas Koeller <thomas.koeller@baslerweb.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/include')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/mux.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/include/mach/mux.h b/arch/arm/mach-davinci/include/mach/mux.h index 07ef83bf5a1f..de11aac76a80 100644 --- a/arch/arm/mach-davinci/include/mach/mux.h +++ b/arch/arm/mach-davinci/include/mach/mux.h | |||
@@ -194,11 +194,14 @@ enum davinci_dm365_index { | |||
194 | DM365_I2C_SCL, | 194 | DM365_I2C_SCL, |
195 | 195 | ||
196 | /* AEMIF */ | 196 | /* AEMIF */ |
197 | DM365_AEMIF_AR, | 197 | DM365_AEMIF_AR_A14, |
198 | DM365_AEMIF_AR_BA0, | ||
198 | DM365_AEMIF_A3, | 199 | DM365_AEMIF_A3, |
199 | DM365_AEMIF_A7, | 200 | DM365_AEMIF_A7, |
200 | DM365_AEMIF_D15_8, | 201 | DM365_AEMIF_D15_8, |
201 | DM365_AEMIF_CE0, | 202 | DM365_AEMIF_CE0, |
203 | DM365_AEMIF_CE1, | ||
204 | DM365_AEMIF_WE_OE, | ||
202 | 205 | ||
203 | /* ASP0 function */ | 206 | /* ASP0 function */ |
204 | DM365_MCBSP0_BDX, | 207 | DM365_MCBSP0_BDX, |