diff options
author | Thomas Abraham | 2010-12-02 10:06:50 +0100 |
---|---|---|
committer | Kukjin Kim | 2010-12-30 01:37:48 +0100 |
commit | be297f0374d8609ccb8be805bd6de7adc90abea5 (patch) | |
tree | ee5398c0b9b4acea0801603ac732efa9a4e8e8a4 /arch/arm/mach-s5pv310/include/mach/map.h | |
parent | ARM: S5P: Add SROM bank 4 and 5 register offsets (diff) | |
download | kernel-qcow2-linux-be297f0374d8609ccb8be805bd6de7adc90abea5.tar.gz kernel-qcow2-linux-be297f0374d8609ccb8be805bd6de7adc90abea5.tar.xz kernel-qcow2-linux-be297f0374d8609ccb8be805bd6de7adc90abea5.zip |
ARM: S5P: Move SROM controller IO mapping to plat-s5p for S5P SoCs
This patch modifies the following.
1. Moves the SROM controller mapping from S5PV210 specific code to
S5P common code. The SROM controller mapping can be used for all
S5P SoCs.
2. Define the SROM controller physical address for S5P64X0, S5P6442,
S5PC100, S5PV210 and S5PV310.
Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv310/include/mach/map.h')
-rw-r--r-- | arch/arm/mach-s5pv310/include/mach/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv310/include/mach/map.h b/arch/arm/mach-s5pv310/include/mach/map.h index 7acf4e77e92e..279723d0fc09 100644 --- a/arch/arm/mach-s5pv310/include/mach/map.h +++ b/arch/arm/mach-s5pv310/include/mach/map.h @@ -59,6 +59,7 @@ #define S5PV310_PA_HSMMC(x) (0x12510000 + ((x) * 0x10000)) #define S5PV310_PA_SROMC (0x12570000) +#define S5P_PA_SROMC S5PV310_PA_SROMC #define S5PV310_PA_UART (0x13800000) |