diff options
author | Thomas Abraham <thomas.ab@samsung.com> | 2010-12-02 18:16:20 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-12-30 09:37:48 +0900 |
commit | 9b580cdb1c0294df2a2cfa845f11d65ee53e27ca (patch) | |
tree | ea662e189e4d9a45983cc584e16674a25eb703bd /arch/arm/mach-s5pv210/include | |
parent | 81f9becd6a9e0f7a77e27e459e99cc74594bd205 (diff) | |
download | talos-op-linux-9b580cdb1c0294df2a2cfa845f11d65ee53e27ca.tar.gz talos-op-linux-9b580cdb1c0294df2a2cfa845f11d65ee53e27ca.zip |
ARM: S5PV210: Add DM9000 support on SMDKV210
This patch adds DM9000 Ethernet Controller device support for SMDKV210.
Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv210/include')
-rw-r--r-- | arch/arm/mach-s5pv210/include/mach/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/include/mach/map.h b/arch/arm/mach-s5pv210/include/mach/map.h index f1ff7cb44035..b2e0a62023ed 100644 --- a/arch/arm/mach-s5pv210/include/mach/map.h +++ b/arch/arm/mach-s5pv210/include/mach/map.h @@ -16,6 +16,8 @@ #include <plat/map-base.h> #include <plat/map-s5p.h> +#define S5PV210_PA_SROM_BANK5 (0xA8000000) + #define S5PC110_PA_ONENAND (0xB0000000) #define S5P_PA_ONENAND S5PC110_PA_ONENAND |