From: Seungwhan Youn <sw.youn@xxxxxxxxxxx> This patche fixes wrong S/PDIF SFR base address. Signed-off-by: Seungwhan Youn <sw.youn@xxxxxxxxxxx> Signed-off-by: Kukjin Kim <kgene.kim@xxxxxxxxxxx> --- 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 80a41e0..4d7f0ce 100644 --- a/arch/arm/mach-exynos4/include/mach/map.h +++ b/arch/arm/mach-exynos4/include/mach/map.h @@ -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) -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html