diff mbox

[v2,3/8] ARM: S5PV310: Add memory map support for MFC v5.1

Message ID 1299676567-14194-4-git-send-email-jtp.park@samsung.com (mailing list archive)
State RFC
Headers show

Commit Message

Jeongtae Park March 9, 2011, 1:16 p.m. UTC
None
diff mbox

Patch

diff --git a/arch/arm/mach-s5pv310/include/mach/map.h b/arch/arm/mach-s5pv310/include/mach/map.h
index 74d4006..fa7866a 100644
--- a/arch/arm/mach-s5pv310/include/mach/map.h
+++ b/arch/arm/mach-s5pv310/include/mach/map.h
@@ -73,6 +73,8 @@ 
 #define S5PV310_PA_SROMC		(0x12570000)
 #define S5P_PA_SROMC			S5PV310_PA_SROMC
 
+#define S5PV310_PA_MFC			0x13400000
+
 /* S/PDIF */
 #define S5PV310_PA_SPDIF	0xE1100000
 
@@ -145,5 +147,6 @@ 
 #define S3C_PA_WDT			S5PV310_PA_WATCHDOG
 #define S5P_PA_MIPI_CSIS0		S5PV310_PA_MIPI_CSIS0
 #define S5P_PA_MIPI_CSIS1		S5PV310_PA_MIPI_CSIS1
+#define S5P_PA_MFC			S5PV310_PA_MFC
 
 #endif /* __ASM_ARCH_MAP_H */