Commit 4dd508b5 authored by Seungwhan Youn's avatar Seungwhan Youn Committed by Kukjin Kim

ARM: EXYNOS4: Debug wrong S/PDIF register address

This patche fixes wrong S/PDIF SFR base address.
Signed-off-by: default avatarSeungwhan Youn <sw.youn@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent cc7df872
......@@ -95,12 +95,12 @@
#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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment