Message ID | 1293018885-15239-4-git-send-email-jtp.park@samsung.com (mailing list archive) |
---|---|
State | RFC |
Headers | show |
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