This patch adds memroy map support for MFC v5.1. Reviewed-by: Peter Oh <jaeryul.oh@xxxxxxxxxxx> Signed-off-by: Jeongtae Park <jtp.park@xxxxxxxxxxx> Cc: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> Cc: Kamil Debski <k.debski@xxxxxxxxxxx> --- 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html