diff options
author | Sekhar Nori <nsekhar@ti.com> | 2009-08-31 06:17:59 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-11-25 13:21:19 -0500 |
commit | 6a28adef21e551602023afc5bba330f8013556d8 (patch) | |
tree | 6001f5b92b5550012b6ec9c6a25c3323842ebb2b /arch/arm/mach-davinci/devices-da8xx.c | |
parent | 3c60a66de662dca6e47951a78b73de1bf081e785 (diff) |
davinci: DA8XX/OMAP-L1XX: Avoid use of IO_ADDRESS for SYSCFG module
Avoid use of IO_ADDRESS() for SYSCFG module by doing an ioremap() instead.
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/devices-da8xx.c')
-rw-r--r-- | arch/arm/mach-davinci/devices-da8xx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/devices-da8xx.c b/arch/arm/mach-davinci/devices-da8xx.c index a54aa4edc1b0..0102e0a55578 100644 --- a/arch/arm/mach-davinci/devices-da8xx.c +++ b/arch/arm/mach-davinci/devices-da8xx.c | |||
@@ -43,6 +43,8 @@ | |||
43 | #define DA8XX_MDIO_REG_OFFSET 0x4000 | 43 | #define DA8XX_MDIO_REG_OFFSET 0x4000 |
44 | #define DA8XX_EMAC_CTRL_RAM_SIZE SZ_8K | 44 | #define DA8XX_EMAC_CTRL_RAM_SIZE SZ_8K |
45 | 45 | ||
46 | void __iomem *da8xx_syscfg_base; | ||
47 | |||
46 | static struct plat_serial8250_port da8xx_serial_pdata[] = { | 48 | static struct plat_serial8250_port da8xx_serial_pdata[] = { |
47 | { | 49 | { |
48 | .mapbase = DA8XX_UART0_BASE, | 50 | .mapbase = DA8XX_UART0_BASE, |