]> Pileus Git - ~andy/linux/blobdiff - arch/sh/kernel/cpu/sh3/setup-sh770x.c
sh: Don't set plat_sci_port scbrr_algo_id field
[~andy/linux] / arch / sh / kernel / cpu / sh3 / setup-sh770x.c
index d5541b0a6dc522407b20fc063489de23c96cc02b..ff1465c0519cbcf81878528d258055886c4f6d99 100644 (file)
@@ -112,7 +112,6 @@ static struct plat_sci_port scif0_platform_data = {
        .port_reg       = 0xa4000136,
        .flags          = UPF_BOOT_AUTOCONF,
        .scscr          = SCSCR_TE | SCSCR_RE,
-       .scbrr_algo_id  = SCBRR_ALGO_2,
        .type           = PORT_SCI,
        .ops            = &sh770x_sci_port_ops,
        .regshift       = 1,
@@ -138,7 +137,6 @@ static struct platform_device scif0_device = {
 static struct plat_sci_port scif1_platform_data = {
        .flags          = UPF_BOOT_AUTOCONF,
        .scscr          = SCSCR_TE | SCSCR_RE,
-       .scbrr_algo_id  = SCBRR_ALGO_2,
        .type           = PORT_SCIF,
        .ops            = &sh770x_sci_port_ops,
        .regtype        = SCIx_SH3_SCIF_REGTYPE,
@@ -165,7 +163,6 @@ static struct plat_sci_port scif2_platform_data = {
        .port_reg       = SCIx_NOT_SUPPORTED,
        .flags          = UPF_BOOT_AUTOCONF,
        .scscr          = SCSCR_TE | SCSCR_RE,
-       .scbrr_algo_id  = SCBRR_ALGO_2,
        .type           = PORT_IRDA,
        .ops            = &sh770x_sci_port_ops,
        .regshift       = 1,