|
@@ -1593,7 +1593,8 @@ static struct s3c24xx_serial_drv_data s5pv210_serial_drv_data = {
|
|
|
#define S5PV210_SERIAL_DRV_DATA (kernel_ulong_t)NULL
|
|
|
#endif
|
|
|
|
|
|
-#ifdef CONFIG_CPU_EXYNOS4210
|
|
|
+#if defined(CONFIG_CPU_EXYNOS4210) || defined(CONFIG_SOC_EXYNOS4212) || \
|
|
|
+ defined(CONFIG_SOC_EXYNOS4412)
|
|
|
static struct s3c24xx_serial_drv_data exynos4210_serial_drv_data = {
|
|
|
.info = &(struct s3c24xx_uart_info) {
|
|
|
.name = "Samsung Exynos4 UART",
|