serial: sh-sci: Move SCSCR_INIT in to platform data.
[pandora-kernel.git] / arch / sh / kernel / cpu / sh3 / setup-sh7705.c
index 88f742f..28de53b 100644 (file)
@@ -71,11 +71,14 @@ static struct plat_sci_port sci_platform_data[] = {
        {
                .mapbase        = 0xa4410000,
                .flags          = UPF_BOOT_AUTOCONF,
+               .scscr          = SCSCR_TIE | SCSCR_RIE  | SCSCR_TE |
+                                 SCSCR_RE  | SCSCR_CKE1 | SCSCR_CKE0,
                .type           = PORT_SCIF,
                .irqs           = { 56, 56, 56 },
        }, {
                .mapbase        = 0xa4400000,
                .flags          = UPF_BOOT_AUTOCONF,
+               .scscr          = SCSCR_TIE | SCSCR_RIE | SCSCR_TE | SCSCR_RE,
                .type           = PORT_SCIF,
                .irqs           = { 52, 52, 52 },
        }, {