ARM: EXYNOS4: Debug wrong S/PDIF register address
authorSeungwhan Youn <sw.youn@samsung.com>
Tue, 8 Mar 2011 01:56:55 +0000 (10:56 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 8 Mar 2011 03:48:29 +0000 (12:48 +0900)
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>
arch/arm/mach-exynos4/include/mach/map.h

index 80a41e03cc17b3f2568e0ba79cb4efb8474567e6..4d7f0cebfc7cd42e913faefe2e82555d27c87831 100644 (file)
 
 #define EXYNOS4_PA_AC97                        0x139A0000
 
+#define EXYNOS4_PA_SPDIF               0x139B0000
+
 #define EXYNOS4_PA_TIMER               0x139D0000
 
 #define EXYNOS4_PA_SDRAM               0x40000000
 
-#define EXYNOS4_PA_SPDIF               0xE1100000
-
 /* Compatibiltiy Defines */
 
 #define S3C_PA_HSMMC0                  EXYNOS4_PA_HSMMC(0)