|
@@ -18,7 +18,6 @@
|
|
|
static struct plat_sci_port scif0_platform_data = {
|
|
|
.flags = UPF_BOOT_AUTOCONF,
|
|
|
.scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_TOIE,
|
|
|
- .scbrr_algo_id = SCBRR_ALGO_2,
|
|
|
.type = PORT_SCIF,
|
|
|
};
|
|
|
|
|
@@ -40,7 +39,6 @@ static struct platform_device scif0_device = {
|
|
|
static struct plat_sci_port scif1_platform_data = {
|
|
|
.flags = UPF_BOOT_AUTOCONF,
|
|
|
.scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_TOIE,
|
|
|
- .scbrr_algo_id = SCBRR_ALGO_2,
|
|
|
.type = PORT_SCIF,
|
|
|
};
|
|
|
|
|
@@ -62,7 +60,6 @@ static struct platform_device scif1_device = {
|
|
|
static struct plat_sci_port scif2_platform_data = {
|
|
|
.flags = UPF_BOOT_AUTOCONF,
|
|
|
.scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_TOIE,
|
|
|
- .scbrr_algo_id = SCBRR_ALGO_2,
|
|
|
.type = PORT_SCIF,
|
|
|
};
|
|
|
|
|
@@ -84,7 +81,6 @@ static struct platform_device scif2_device = {
|
|
|
static struct plat_sci_port scif3_platform_data = {
|
|
|
.flags = UPF_BOOT_AUTOCONF,
|
|
|
.scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_TOIE,
|
|
|
- .scbrr_algo_id = SCBRR_ALGO_2,
|
|
|
.type = PORT_SCIF,
|
|
|
};
|
|
|
|
|
@@ -106,7 +102,6 @@ static struct platform_device scif3_device = {
|
|
|
static struct plat_sci_port scif4_platform_data = {
|
|
|
.flags = UPF_BOOT_AUTOCONF,
|
|
|
.scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_TOIE,
|
|
|
- .scbrr_algo_id = SCBRR_ALGO_2,
|
|
|
.type = PORT_SCIF,
|
|
|
};
|
|
|
|
|
@@ -128,7 +123,6 @@ static struct platform_device scif4_device = {
|
|
|
static struct plat_sci_port scif5_platform_data = {
|
|
|
.flags = UPF_BOOT_AUTOCONF,
|
|
|
.scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_TOIE,
|
|
|
- .scbrr_algo_id = SCBRR_ALGO_2,
|
|
|
.type = PORT_SCIF,
|
|
|
};
|
|
|
|
|
@@ -150,7 +144,6 @@ static struct platform_device scif5_device = {
|
|
|
static struct plat_sci_port scif6_platform_data = {
|
|
|
.flags = UPF_BOOT_AUTOCONF,
|
|
|
.scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_TOIE,
|
|
|
- .scbrr_algo_id = SCBRR_ALGO_2,
|
|
|
.type = PORT_SCIF,
|
|
|
};
|
|
|
|
|
@@ -172,7 +165,6 @@ static struct platform_device scif6_device = {
|
|
|
static struct plat_sci_port scif7_platform_data = {
|
|
|
.flags = UPF_BOOT_AUTOCONF,
|
|
|
.scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_TOIE,
|
|
|
- .scbrr_algo_id = SCBRR_ALGO_2,
|
|
|
.type = PORT_SCIF,
|
|
|
};
|
|
|
|
|
@@ -194,7 +186,6 @@ static struct platform_device scif7_device = {
|
|
|
static struct plat_sci_port scif8_platform_data = {
|
|
|
.flags = UPF_BOOT_AUTOCONF,
|
|
|
.scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_TOIE,
|
|
|
- .scbrr_algo_id = SCBRR_ALGO_2,
|
|
|
.type = PORT_SCIF,
|
|
|
};
|
|
|
|
|
@@ -216,7 +207,6 @@ static struct platform_device scif8_device = {
|
|
|
static struct plat_sci_port scif9_platform_data = {
|
|
|
.flags = UPF_BOOT_AUTOCONF,
|
|
|
.scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_TOIE,
|
|
|
- .scbrr_algo_id = SCBRR_ALGO_2,
|
|
|
.type = PORT_SCIF,
|
|
|
};
|
|
|
|