|
@@ -16,7 +16,6 @@
|
|
|
#include <linux/io.h>
|
|
|
|
|
|
static struct plat_sci_port scif0_platform_data = {
|
|
|
- .flags = UPF_BOOT_AUTOCONF,
|
|
|
.scscr = SCSCR_REIE | SCSCR_TOIE,
|
|
|
.type = PORT_SCIF,
|
|
|
};
|
|
@@ -37,7 +36,6 @@ static struct platform_device scif0_device = {
|
|
|
};
|
|
|
|
|
|
static struct plat_sci_port scif1_platform_data = {
|
|
|
- .flags = UPF_BOOT_AUTOCONF,
|
|
|
.scscr = SCSCR_REIE | SCSCR_TOIE,
|
|
|
.type = PORT_SCIF,
|
|
|
};
|
|
@@ -58,7 +56,6 @@ static struct platform_device scif1_device = {
|
|
|
};
|
|
|
|
|
|
static struct plat_sci_port scif2_platform_data = {
|
|
|
- .flags = UPF_BOOT_AUTOCONF,
|
|
|
.scscr = SCSCR_REIE | SCSCR_TOIE,
|
|
|
.type = PORT_SCIF,
|
|
|
};
|
|
@@ -79,7 +76,6 @@ static struct platform_device scif2_device = {
|
|
|
};
|
|
|
|
|
|
static struct plat_sci_port scif3_platform_data = {
|
|
|
- .flags = UPF_BOOT_AUTOCONF,
|
|
|
.scscr = SCSCR_REIE | SCSCR_TOIE,
|
|
|
.type = PORT_SCIF,
|
|
|
};
|
|
@@ -100,7 +96,6 @@ static struct platform_device scif3_device = {
|
|
|
};
|
|
|
|
|
|
static struct plat_sci_port scif4_platform_data = {
|
|
|
- .flags = UPF_BOOT_AUTOCONF,
|
|
|
.scscr = SCSCR_REIE | SCSCR_TOIE,
|
|
|
.type = PORT_SCIF,
|
|
|
};
|
|
@@ -121,7 +116,6 @@ static struct platform_device scif4_device = {
|
|
|
};
|
|
|
|
|
|
static struct plat_sci_port scif5_platform_data = {
|
|
|
- .flags = UPF_BOOT_AUTOCONF,
|
|
|
.scscr = SCSCR_REIE | SCSCR_TOIE,
|
|
|
.type = PORT_SCIF,
|
|
|
};
|
|
@@ -142,7 +136,6 @@ static struct platform_device scif5_device = {
|
|
|
};
|
|
|
|
|
|
static struct plat_sci_port scif6_platform_data = {
|
|
|
- .flags = UPF_BOOT_AUTOCONF,
|
|
|
.scscr = SCSCR_REIE | SCSCR_TOIE,
|
|
|
.type = PORT_SCIF,
|
|
|
};
|
|
@@ -163,7 +156,6 @@ static struct platform_device scif6_device = {
|
|
|
};
|
|
|
|
|
|
static struct plat_sci_port scif7_platform_data = {
|
|
|
- .flags = UPF_BOOT_AUTOCONF,
|
|
|
.scscr = SCSCR_REIE | SCSCR_TOIE,
|
|
|
.type = PORT_SCIF,
|
|
|
};
|
|
@@ -184,7 +176,6 @@ static struct platform_device scif7_device = {
|
|
|
};
|
|
|
|
|
|
static struct plat_sci_port scif8_platform_data = {
|
|
|
- .flags = UPF_BOOT_AUTOCONF,
|
|
|
.scscr = SCSCR_REIE | SCSCR_TOIE,
|
|
|
.type = PORT_SCIF,
|
|
|
};
|
|
@@ -205,7 +196,6 @@ static struct platform_device scif8_device = {
|
|
|
};
|
|
|
|
|
|
static struct plat_sci_port scif9_platform_data = {
|
|
|
- .flags = UPF_BOOT_AUTOCONF,
|
|
|
.scscr = SCSCR_REIE | SCSCR_TOIE,
|
|
|
.type = PORT_SCIF,
|
|
|
};
|