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/include/mach/common.h | |
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/include/mach/common.h')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/include/mach/common.h b/arch/arm/mach-davinci/include/mach/common.h index 005f6242e0ba..2e072482c119 100644 --- a/arch/arm/mach-davinci/include/mach/common.h +++ b/arch/arm/mach-davinci/include/mach/common.h | |||
@@ -51,7 +51,7 @@ struct davinci_soc_info { | |||
51 | struct clk_lookup *cpu_clks; | 51 | struct clk_lookup *cpu_clks; |
52 | u32 *psc_bases; | 52 | u32 *psc_bases; |
53 | unsigned long psc_bases_num; | 53 | unsigned long psc_bases_num; |
54 | void __iomem *pinmux_base; | 54 | u32 pinmux_base; |
55 | const struct mux_config *pinmux_pins; | 55 | const struct mux_config *pinmux_pins; |
56 | unsigned long pinmux_pins_num; | 56 | unsigned long pinmux_pins_num; |
57 | u32 intc_base; | 57 | u32 intc_base; |