This patch adds memroy map support for MFC v5.1.

Reviewed-by: Peter Oh <jaeryul...@samsung.com>
Signed-off-by: Jeongtae Park <jtp.p...@samsung.com>
---
 arch/arm/mach-s5pv310/include/mach/map.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-s5pv310/include/mach/map.h 
b/arch/arm/mach-s5pv310/include/mach/map.h
index 419a468..172fb27 100644
--- a/arch/arm/mach-s5pv310/include/mach/map.h
+++ b/arch/arm/mach-s5pv310/include/mach/map.h
@@ -60,6 +60,8 @@
 
 #define S5PV310_PA_SROMC               (0x12570000)
 
+#define S5PV310_PA_MFC                 (0x13400000)
+
 #define S5PV310_PA_UART                        (0x13800000)
 
 #define S5P_PA_UART(x)                 (S5PV310_PA_UART + ((x) * 
S3C_UART_OFFSET))
@@ -95,6 +97,7 @@
 #define S3C_PA_IIC7                    S5PV310_PA_IIC(7)
 #define S3C_PA_RTC                     S5PV310_PA_RTC
 #define S3C_PA_WDT                     S5PV310_PA_WATCHDOG
+#define S5P_PA_MFC                     S5PV310_PA_MFC
 
 #define S5PV310_PA_LCD                 (0x11C00000)
 #define S5P_PA_LCD                     S5PV310_PA_LCD
-- 
1.6.2.5

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to