diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-07-18 18:57:26 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-07-18 18:57:26 +0200 |
commit | 5e7c2c2f9785be62431270d48e2753e580d6a11c (patch) | |
tree | 452c46fda56fa07f6e653e16616a763c14366d83 /arch/arm/mach-ep93xx/soc.h | |
parent | 77e77e1b61b422698a17da9eaafe6ce89dc242e2 (diff) | |
parent | 762be29733d5b02b4359691f64c0cc968cd23c93 (diff) |
Merge tag 'ep93xx-devel-for-3.6' of git://github.com/RyanMallon/linux-ep93xx into next/soc
From Ryan Mallon <rmallon@gmail.com>:
* tag 'ep93xx-devel-for-3.6' of git://github.com/RyanMallon/linux-ep93xx:
ep93xx: Add IDE support to edb93xx boards
ep93xx: IDE driver platform support code
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-ep93xx/soc.h')
-rw-r--r-- | arch/arm/mach-ep93xx/soc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/soc.h b/arch/arm/mach-ep93xx/soc.h index 979fba72292..7bf7ff8beae 100644 --- a/arch/arm/mach-ep93xx/soc.h +++ b/arch/arm/mach-ep93xx/soc.h @@ -69,6 +69,7 @@ #define EP93XX_BOOT_ROM_BASE EP93XX_AHB_IOMEM(0x00090000) +#define EP93XX_IDE_PHYS_BASE EP93XX_AHB_PHYS(0x000a0000) #define EP93XX_IDE_BASE EP93XX_AHB_IOMEM(0x000a0000) #define EP93XX_VIC1_BASE EP93XX_AHB_IOMEM(0x000b0000) |