diff options
author | Cyril Chemparathy <cyril@ti.com> | 2010-05-07 17:06:38 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2010-05-13 13:05:29 -0400 |
commit | 779b0d53ca41873d59225eb776c5d4493a0abd0f (patch) | |
tree | cf47ab5746105d9116e6c9e33f7ad142ff726d7a /arch/arm/mach-davinci/dm365.c | |
parent | bd808947040ba53b2b0e52dde598a9414fb27bba (diff) |
Davinci: pinmux - use ioremap()
This patch modifies the pinmux implementation so as to ioremap() the pinmux
register area on first use.
Signed-off-by: Cyril Chemparathy <cyril@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/dm365.c')
-rw-r--r-- | arch/arm/mach-davinci/dm365.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/dm365.c b/arch/arm/mach-davinci/dm365.c index be340ed1b707..e5e3dce4cfba 100644 --- a/arch/arm/mach-davinci/dm365.c +++ b/arch/arm/mach-davinci/dm365.c | |||
@@ -1049,7 +1049,7 @@ static struct davinci_soc_info davinci_soc_info_dm365 = { | |||
1049 | .cpu_clks = dm365_clks, | 1049 | .cpu_clks = dm365_clks, |
1050 | .psc_bases = dm365_psc_bases, | 1050 | .psc_bases = dm365_psc_bases, |
1051 | .psc_bases_num = ARRAY_SIZE(dm365_psc_bases), | 1051 | .psc_bases_num = ARRAY_SIZE(dm365_psc_bases), |
1052 | .pinmux_base = IO_ADDRESS(DAVINCI_SYSTEM_MODULE_BASE), | 1052 | .pinmux_base = DAVINCI_SYSTEM_MODULE_BASE, |
1053 | .pinmux_pins = dm365_pins, | 1053 | .pinmux_pins = dm365_pins, |
1054 | .pinmux_pins_num = ARRAY_SIZE(dm365_pins), | 1054 | .pinmux_pins_num = ARRAY_SIZE(dm365_pins), |
1055 | .intc_base = DAVINCI_ARM_INTC_BASE, | 1055 | .intc_base = DAVINCI_ARM_INTC_BASE, |