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>
Cc: Marek Szyprowski <m.szyprow...@samsung.com>
Cc: Kamil Debski <k.deb...@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 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 */
-- 
1.7.1

--
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