diff options
author | Seungwhan Youn <sw.youn@samsung.com> | 2011-03-07 20:56:55 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-03-07 22:48:29 -0500 |
commit | 4dd508b524b4913a08f54065601ee94fcacb75a2 (patch) | |
tree | 339ac9be6efa761c411a272d50b72579aff92212 | |
parent | cc7df8727de87b1552278f153eaa1d244bcb7555 (diff) |
ARM: EXYNOS4: Debug wrong S/PDIF register address
This patche fixes wrong S/PDIF SFR base address.
Signed-off-by: Seungwhan Youn <sw.youn@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r-- | arch/arm/mach-exynos4/include/mach/map.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos4/include/mach/map.h b/arch/arm/mach-exynos4/include/mach/map.h index 80a41e03cc17..4d7f0cebfc7c 100644 --- a/arch/arm/mach-exynos4/include/mach/map.h +++ b/arch/arm/mach-exynos4/include/mach/map.h | |||
@@ -95,12 +95,12 @@ | |||
95 | 95 | ||
96 | #define EXYNOS4_PA_AC97 0x139A0000 | 96 | #define EXYNOS4_PA_AC97 0x139A0000 |
97 | 97 | ||
98 | #define EXYNOS4_PA_SPDIF 0x139B0000 | ||
99 | |||
98 | #define EXYNOS4_PA_TIMER 0x139D0000 | 100 | #define EXYNOS4_PA_TIMER 0x139D0000 |
99 | 101 | ||
100 | #define EXYNOS4_PA_SDRAM 0x40000000 | 102 | #define EXYNOS4_PA_SDRAM 0x40000000 |
101 | 103 | ||
102 | #define EXYNOS4_PA_SPDIF 0xE1100000 | ||
103 | |||
104 | /* Compatibiltiy Defines */ | 104 | /* Compatibiltiy Defines */ |
105 | 105 | ||
106 | #define S3C_PA_HSMMC0 EXYNOS4_PA_HSMMC(0) | 106 | #define S3C_PA_HSMMC0 EXYNOS4_PA_HSMMC(0) |