serial: sh-sci: Move SCBRR calculation algo in to platform data.
[pandora-kernel.git] / arch / sh / kernel / cpu / sh3 / setup-sh7705.c
index 28de53b..27d03d8 100644 (file)
@@ -73,12 +73,14 @@ static struct plat_sci_port sci_platform_data[] = {
                .flags          = UPF_BOOT_AUTOCONF,
                .scscr          = SCSCR_TIE | SCSCR_RIE  | SCSCR_TE |
                                  SCSCR_RE  | SCSCR_CKE1 | SCSCR_CKE0,
+               .scbrr_algo_id  = SCBRR_ALGO_4,
                .type           = PORT_SCIF,
                .irqs           = { 56, 56, 56 },
        }, {
                .mapbase        = 0xa4400000,
                .flags          = UPF_BOOT_AUTOCONF,
                .scscr          = SCSCR_TIE | SCSCR_RIE | SCSCR_TE | SCSCR_RE,
+               .scbrr_algo_id  = SCBRR_ALGO_4,
                .type           = PORT_SCIF,
                .irqs           = { 52, 52, 52 },
        }, {