|
@@ -54,7 +54,7 @@ static struct platform_device pcm037_flash = {
|
|
};
|
|
};
|
|
|
|
|
|
static struct imxuart_platform_data uart_pdata = {
|
|
static struct imxuart_platform_data uart_pdata = {
|
|
- .flags = 0,
|
|
|
|
|
|
+ .flags = IMXUART_HAVE_RTSCTS,
|
|
};
|
|
};
|
|
|
|
|
|
static struct platform_device *devices[] __initdata = {
|
|
static struct platform_device *devices[] __initdata = {
|