]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/sh/kernel/cpu/sh4a/setup-sh7343.c
sh: Don't set the sh-sci pdata UPF_BOOT_AUTOCONF flags
[karo-tx-linux.git] / arch / sh / kernel / cpu / sh4a / setup-sh7343.c
index 9de7dc2f3c24f6edc400f2c9521b9f929ee18c76..5788073a7c306185a10578f7a1428ed7cd33b604 100644 (file)
@@ -18,7 +18,6 @@
 
 /* Serial */
 static struct plat_sci_port scif0_platform_data = {
-       .flags          = UPF_BOOT_AUTOCONF,
        .scscr          = SCSCR_CKE1,
        .type           = PORT_SCIF,
 };
@@ -39,7 +38,6 @@ static struct platform_device scif0_device = {
 };
 
 static struct plat_sci_port scif1_platform_data = {
-       .flags          = UPF_BOOT_AUTOCONF,
        .scscr          = SCSCR_CKE1,
        .type           = PORT_SCIF,
 };
@@ -60,7 +58,6 @@ static struct platform_device scif1_device = {
 };
 
 static struct plat_sci_port scif2_platform_data = {
-       .flags          = UPF_BOOT_AUTOCONF,
        .scscr          = SCSCR_CKE1,
        .type           = PORT_SCIF,
 };
@@ -81,7 +78,6 @@ static struct platform_device scif2_device = {
 };
 
 static struct plat_sci_port scif3_platform_data = {
-       .flags          = UPF_BOOT_AUTOCONF,
        .scscr          = SCSCR_CKE1,
        .type           = PORT_SCIF,
 };