Commit 9c21ac50 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Greg Kroah-Hartman

sh: Don't set the sh-sci pdata UPF_BOOT_AUTOCONF flags

The flag is set by the driver internally, don't set it in platform data.
Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1b10b885
...@@ -61,7 +61,6 @@ static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL, ...@@ -61,7 +61,6 @@ static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL,
NULL, prio_registers, NULL); NULL, prio_registers, NULL);
static struct plat_sci_port scif0_platform_data = { static struct plat_sci_port scif0_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -82,7 +81,6 @@ static struct platform_device scif0_device = { ...@@ -82,7 +81,6 @@ static struct platform_device scif0_device = {
}; };
static struct plat_sci_port scif1_platform_data = { static struct plat_sci_port scif1_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -103,7 +101,6 @@ static struct platform_device scif1_device = { ...@@ -103,7 +101,6 @@ static struct platform_device scif1_device = {
}; };
static struct plat_sci_port scif2_platform_data = { static struct plat_sci_port scif2_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
......
...@@ -129,7 +129,6 @@ static struct platform_device mtu2_device = { ...@@ -129,7 +129,6 @@ static struct platform_device mtu2_device = {
}; };
static struct plat_sci_port scif0_platform_data = { static struct plat_sci_port scif0_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
......
...@@ -178,7 +178,6 @@ static DECLARE_INTC_DESC(intc_desc, "sh7201", vectors, groups, ...@@ -178,7 +178,6 @@ static DECLARE_INTC_DESC(intc_desc, "sh7201", vectors, groups,
mask_registers, prio_registers, NULL); mask_registers, prio_registers, NULL);
static struct plat_sci_port scif0_platform_data = { static struct plat_sci_port scif0_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -199,7 +198,6 @@ static struct platform_device scif0_device = { ...@@ -199,7 +198,6 @@ static struct platform_device scif0_device = {
}; };
static struct plat_sci_port scif1_platform_data = { static struct plat_sci_port scif1_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -220,7 +218,6 @@ static struct platform_device scif1_device = { ...@@ -220,7 +218,6 @@ static struct platform_device scif1_device = {
}; };
static struct plat_sci_port scif2_platform_data = { static struct plat_sci_port scif2_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -241,7 +238,6 @@ static struct platform_device scif2_device = { ...@@ -241,7 +238,6 @@ static struct platform_device scif2_device = {
}; };
static struct plat_sci_port scif3_platform_data = { static struct plat_sci_port scif3_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -262,7 +258,6 @@ static struct platform_device scif3_device = { ...@@ -262,7 +258,6 @@ static struct platform_device scif3_device = {
}; };
static struct plat_sci_port scif4_platform_data = { static struct plat_sci_port scif4_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -283,7 +278,6 @@ static struct platform_device scif4_device = { ...@@ -283,7 +278,6 @@ static struct platform_device scif4_device = {
}; };
static struct plat_sci_port scif5_platform_data = { static struct plat_sci_port scif5_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -304,7 +298,6 @@ static struct platform_device scif5_device = { ...@@ -304,7 +298,6 @@ static struct platform_device scif5_device = {
}; };
static struct plat_sci_port scif6_platform_data = { static struct plat_sci_port scif6_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -325,7 +318,6 @@ static struct platform_device scif6_device = { ...@@ -325,7 +318,6 @@ static struct platform_device scif6_device = {
}; };
static struct plat_sci_port scif7_platform_data = { static struct plat_sci_port scif7_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
......
...@@ -174,7 +174,6 @@ static DECLARE_INTC_DESC(intc_desc, "sh7203", vectors, groups, ...@@ -174,7 +174,6 @@ static DECLARE_INTC_DESC(intc_desc, "sh7203", vectors, groups,
mask_registers, prio_registers, NULL); mask_registers, prio_registers, NULL);
static struct plat_sci_port scif0_platform_data = { static struct plat_sci_port scif0_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE,
...@@ -196,7 +195,6 @@ static struct platform_device scif0_device = { ...@@ -196,7 +195,6 @@ static struct platform_device scif0_device = {
}; };
static struct plat_sci_port scif1_platform_data = { static struct plat_sci_port scif1_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE,
...@@ -218,7 +216,6 @@ static struct platform_device scif1_device = { ...@@ -218,7 +216,6 @@ static struct platform_device scif1_device = {
}; };
static struct plat_sci_port scif2_platform_data = { static struct plat_sci_port scif2_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE,
...@@ -240,7 +237,6 @@ static struct platform_device scif2_device = { ...@@ -240,7 +237,6 @@ static struct platform_device scif2_device = {
}; };
static struct plat_sci_port scif3_platform_data = { static struct plat_sci_port scif3_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE,
......
...@@ -134,7 +134,6 @@ static DECLARE_INTC_DESC(intc_desc, "sh7206", vectors, groups, ...@@ -134,7 +134,6 @@ static DECLARE_INTC_DESC(intc_desc, "sh7206", vectors, groups,
mask_registers, prio_registers, NULL); mask_registers, prio_registers, NULL);
static struct plat_sci_port scif0_platform_data = { static struct plat_sci_port scif0_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -155,7 +154,6 @@ static struct platform_device scif0_device = { ...@@ -155,7 +154,6 @@ static struct platform_device scif0_device = {
}; };
static struct plat_sci_port scif1_platform_data = { static struct plat_sci_port scif1_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -176,7 +174,6 @@ static struct platform_device scif1_device = { ...@@ -176,7 +174,6 @@ static struct platform_device scif1_device = {
}; };
static struct plat_sci_port scif2_platform_data = { static struct plat_sci_port scif2_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -197,7 +194,6 @@ static struct platform_device scif2_device = { ...@@ -197,7 +194,6 @@ static struct platform_device scif2_device = {
}; };
static struct plat_sci_port scif3_platform_data = { static struct plat_sci_port scif3_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
......
...@@ -226,7 +226,6 @@ static DECLARE_INTC_DESC(intc_desc, "sh7264", vectors, groups, ...@@ -226,7 +226,6 @@ static DECLARE_INTC_DESC(intc_desc, "sh7264", vectors, groups,
mask_registers, prio_registers, NULL); mask_registers, prio_registers, NULL);
static struct plat_sci_port scif0_platform_data = { static struct plat_sci_port scif0_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE,
...@@ -251,7 +250,6 @@ static struct platform_device scif0_device = { ...@@ -251,7 +250,6 @@ static struct platform_device scif0_device = {
}; };
static struct plat_sci_port scif1_platform_data = { static struct plat_sci_port scif1_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE,
...@@ -276,7 +274,6 @@ static struct platform_device scif1_device = { ...@@ -276,7 +274,6 @@ static struct platform_device scif1_device = {
}; };
static struct plat_sci_port scif2_platform_data = { static struct plat_sci_port scif2_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE,
...@@ -301,7 +298,6 @@ static struct platform_device scif2_device = { ...@@ -301,7 +298,6 @@ static struct platform_device scif2_device = {
}; };
static struct plat_sci_port scif3_platform_data = { static struct plat_sci_port scif3_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE,
...@@ -326,7 +322,6 @@ static struct platform_device scif3_device = { ...@@ -326,7 +322,6 @@ static struct platform_device scif3_device = {
}; };
static struct plat_sci_port scif4_platform_data = { static struct plat_sci_port scif4_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE,
...@@ -351,7 +346,6 @@ static struct platform_device scif4_device = { ...@@ -351,7 +346,6 @@ static struct platform_device scif4_device = {
}; };
static struct plat_sci_port scif5_platform_data = { static struct plat_sci_port scif5_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE,
...@@ -376,7 +370,6 @@ static struct platform_device scif5_device = { ...@@ -376,7 +370,6 @@ static struct platform_device scif5_device = {
}; };
static struct plat_sci_port scif6_platform_data = { static struct plat_sci_port scif6_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE,
...@@ -401,7 +394,6 @@ static struct platform_device scif6_device = { ...@@ -401,7 +394,6 @@ static struct platform_device scif6_device = {
}; };
static struct plat_sci_port scif7_platform_data = { static struct plat_sci_port scif7_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE,
......
...@@ -248,7 +248,6 @@ static DECLARE_INTC_DESC(intc_desc, "sh7269", vectors, groups, ...@@ -248,7 +248,6 @@ static DECLARE_INTC_DESC(intc_desc, "sh7269", vectors, groups,
mask_registers, prio_registers, NULL); mask_registers, prio_registers, NULL);
static struct plat_sci_port scif0_platform_data = { static struct plat_sci_port scif0_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE,
...@@ -273,7 +272,6 @@ static struct platform_device scif0_device = { ...@@ -273,7 +272,6 @@ static struct platform_device scif0_device = {
}; };
static struct plat_sci_port scif1_platform_data = { static struct plat_sci_port scif1_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE,
...@@ -298,7 +296,6 @@ static struct platform_device scif1_device = { ...@@ -298,7 +296,6 @@ static struct platform_device scif1_device = {
}; };
static struct plat_sci_port scif2_platform_data = { static struct plat_sci_port scif2_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE,
...@@ -323,7 +320,6 @@ static struct platform_device scif2_device = { ...@@ -323,7 +320,6 @@ static struct platform_device scif2_device = {
}; };
static struct plat_sci_port scif3_platform_data = { static struct plat_sci_port scif3_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE,
...@@ -348,7 +344,6 @@ static struct platform_device scif3_device = { ...@@ -348,7 +344,6 @@ static struct platform_device scif3_device = {
}; };
static struct plat_sci_port scif4_platform_data = { static struct plat_sci_port scif4_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE,
...@@ -373,7 +368,6 @@ static struct platform_device scif4_device = { ...@@ -373,7 +368,6 @@ static struct platform_device scif4_device = {
}; };
static struct plat_sci_port scif5_platform_data = { static struct plat_sci_port scif5_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE,
...@@ -398,7 +392,6 @@ static struct platform_device scif5_device = { ...@@ -398,7 +392,6 @@ static struct platform_device scif5_device = {
}; };
static struct plat_sci_port scif6_platform_data = { static struct plat_sci_port scif6_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE,
...@@ -423,7 +416,6 @@ static struct platform_device scif6_device = { ...@@ -423,7 +416,6 @@ static struct platform_device scif6_device = {
}; };
static struct plat_sci_port scif7_platform_data = { static struct plat_sci_port scif7_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH2_SCIF_FIFODATA_REGTYPE,
......
...@@ -70,7 +70,6 @@ static DECLARE_INTC_DESC(intc_desc, "sh7705", vectors, NULL, ...@@ -70,7 +70,6 @@ static DECLARE_INTC_DESC(intc_desc, "sh7705", vectors, NULL,
NULL, prio_registers, NULL); NULL, prio_registers, NULL);
static struct plat_sci_port scif0_platform_data = { static struct plat_sci_port scif0_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_CKE1 | SCSCR_CKE0, .scscr = SCSCR_CKE1 | SCSCR_CKE0,
.type = PORT_SCIF, .type = PORT_SCIF,
.ops = &sh770x_sci_port_ops, .ops = &sh770x_sci_port_ops,
...@@ -93,7 +92,6 @@ static struct platform_device scif0_device = { ...@@ -93,7 +92,6 @@ static struct platform_device scif0_device = {
}; };
static struct plat_sci_port scif1_platform_data = { static struct plat_sci_port scif1_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.type = PORT_SCIF, .type = PORT_SCIF,
.ops = &sh770x_sci_port_ops, .ops = &sh770x_sci_port_ops,
.regtype = SCIx_SH7705_SCIF_REGTYPE, .regtype = SCIx_SH7705_SCIF_REGTYPE,
......
...@@ -110,7 +110,6 @@ static struct platform_device rtc_device = { ...@@ -110,7 +110,6 @@ static struct platform_device rtc_device = {
static struct plat_sci_port scif0_platform_data = { static struct plat_sci_port scif0_platform_data = {
.port_reg = 0xa4000136, .port_reg = 0xa4000136,
.flags = UPF_BOOT_AUTOCONF,
.type = PORT_SCI, .type = PORT_SCI,
.ops = &sh770x_sci_port_ops, .ops = &sh770x_sci_port_ops,
.regshift = 1, .regshift = 1,
...@@ -134,7 +133,6 @@ static struct platform_device scif0_device = { ...@@ -134,7 +133,6 @@ static struct platform_device scif0_device = {
defined(CONFIG_CPU_SUBTYPE_SH7707) || \ defined(CONFIG_CPU_SUBTYPE_SH7707) || \
defined(CONFIG_CPU_SUBTYPE_SH7709) defined(CONFIG_CPU_SUBTYPE_SH7709)
static struct plat_sci_port scif1_platform_data = { static struct plat_sci_port scif1_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.type = PORT_SCIF, .type = PORT_SCIF,
.ops = &sh770x_sci_port_ops, .ops = &sh770x_sci_port_ops,
.regtype = SCIx_SH3_SCIF_REGTYPE, .regtype = SCIx_SH3_SCIF_REGTYPE,
...@@ -159,7 +157,6 @@ static struct platform_device scif1_device = { ...@@ -159,7 +157,6 @@ static struct platform_device scif1_device = {
defined(CONFIG_CPU_SUBTYPE_SH7709) defined(CONFIG_CPU_SUBTYPE_SH7709)
static struct plat_sci_port scif2_platform_data = { static struct plat_sci_port scif2_platform_data = {
.port_reg = SCIx_NOT_SUPPORTED, .port_reg = SCIx_NOT_SUPPORTED,
.flags = UPF_BOOT_AUTOCONF,
.type = PORT_IRDA, .type = PORT_IRDA,
.ops = &sh770x_sci_port_ops, .ops = &sh770x_sci_port_ops,
.regshift = 1, .regshift = 1,
......
...@@ -98,7 +98,6 @@ static struct platform_device rtc_device = { ...@@ -98,7 +98,6 @@ static struct platform_device rtc_device = {
}; };
static struct plat_sci_port scif0_platform_data = { static struct plat_sci_port scif0_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_CKE1 | SCSCR_CKE0, .scscr = SCSCR_REIE | SCSCR_CKE1 | SCSCR_CKE0,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -119,7 +118,6 @@ static struct platform_device scif0_device = { ...@@ -119,7 +118,6 @@ static struct platform_device scif0_device = {
}; };
static struct plat_sci_port scif1_platform_data = { static struct plat_sci_port scif1_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_CKE1 | SCSCR_CKE0, .scscr = SCSCR_REIE | SCSCR_CKE1 | SCSCR_CKE0,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
......
...@@ -52,7 +52,6 @@ static struct platform_device rtc_device = { ...@@ -52,7 +52,6 @@ static struct platform_device rtc_device = {
}; };
static struct plat_sci_port scif0_platform_data = { static struct plat_sci_port scif0_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.type = PORT_SCIF, .type = PORT_SCIF,
.ops = &sh7720_sci_port_ops, .ops = &sh7720_sci_port_ops,
.regtype = SCIx_SH7705_SCIF_REGTYPE, .regtype = SCIx_SH7705_SCIF_REGTYPE,
...@@ -74,7 +73,6 @@ static struct platform_device scif0_device = { ...@@ -74,7 +73,6 @@ static struct platform_device scif0_device = {
}; };
static struct plat_sci_port scif1_platform_data = { static struct plat_sci_port scif1_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.type = PORT_SCIF, .type = PORT_SCIF,
.ops = &sh7720_sci_port_ops, .ops = &sh7720_sci_port_ops,
.regtype = SCIx_SH7705_SCIF_REGTYPE, .regtype = SCIx_SH7705_SCIF_REGTYPE,
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#include <linux/io.h> #include <linux/io.h>
static struct plat_sci_port scif0_platform_data = { static struct plat_sci_port scif0_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
......
...@@ -39,7 +39,6 @@ static struct platform_device rtc_device = { ...@@ -39,7 +39,6 @@ static struct platform_device rtc_device = {
static struct plat_sci_port sci_platform_data = { static struct plat_sci_port sci_platform_data = {
.port_reg = 0xffe0001C, .port_reg = 0xffe0001C,
.flags = UPF_BOOT_AUTOCONF,
.type = PORT_SCI, .type = PORT_SCI,
.regshift = 2, .regshift = 2,
}; };
...@@ -60,7 +59,6 @@ static struct platform_device sci_device = { ...@@ -60,7 +59,6 @@ static struct platform_device sci_device = {
}; };
static struct plat_sci_port scif_platform_data = { static struct plat_sci_port scif_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
......
...@@ -128,7 +128,6 @@ static DECLARE_INTC_DESC(intc_desc_irq, "sh7760-irq", vectors_irq, groups, ...@@ -128,7 +128,6 @@ static DECLARE_INTC_DESC(intc_desc_irq, "sh7760-irq", vectors_irq, groups,
mask_registers, prio_registers, NULL); mask_registers, prio_registers, NULL);
static struct plat_sci_port scif0_platform_data = { static struct plat_sci_port scif0_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
...@@ -153,7 +152,6 @@ static struct platform_device scif0_device = { ...@@ -153,7 +152,6 @@ static struct platform_device scif0_device = {
}; };
static struct plat_sci_port scif1_platform_data = { static struct plat_sci_port scif1_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.type = PORT_SCIF, .type = PORT_SCIF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
...@@ -178,7 +176,6 @@ static struct platform_device scif1_device = { ...@@ -178,7 +176,6 @@ static struct platform_device scif1_device = {
}; };
static struct plat_sci_port scif2_platform_data = { static struct plat_sci_port scif2_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
...@@ -203,7 +200,6 @@ static struct platform_device scif2_device = { ...@@ -203,7 +200,6 @@ static struct platform_device scif2_device = {
}; };
static struct plat_sci_port scif3_platform_data = { static struct plat_sci_port scif3_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCI, .type = PORT_SCI,
.regshift = 2, .regshift = 2,
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
/* Serial */ /* Serial */
static struct plat_sci_port scif0_platform_data = { static struct plat_sci_port scif0_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_CKE1, .scscr = SCSCR_CKE1,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -39,7 +38,6 @@ static struct platform_device scif0_device = { ...@@ -39,7 +38,6 @@ static struct platform_device scif0_device = {
}; };
static struct plat_sci_port scif1_platform_data = { static struct plat_sci_port scif1_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_CKE1, .scscr = SCSCR_CKE1,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -60,7 +58,6 @@ static struct platform_device scif1_device = { ...@@ -60,7 +58,6 @@ static struct platform_device scif1_device = {
}; };
static struct plat_sci_port scif2_platform_data = { static struct plat_sci_port scif2_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_CKE1, .scscr = SCSCR_CKE1,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -81,7 +78,6 @@ static struct platform_device scif2_device = { ...@@ -81,7 +78,6 @@ static struct platform_device scif2_device = {
}; };
static struct plat_sci_port scif3_platform_data = { static struct plat_sci_port scif3_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_CKE1, .scscr = SCSCR_CKE1,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
static struct plat_sci_port scif0_platform_data = { static struct plat_sci_port scif0_platform_data = {
.port_reg = 0xa405013e, .port_reg = 0xa405013e,
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
......
...@@ -179,7 +179,6 @@ struct platform_device dma_device = { ...@@ -179,7 +179,6 @@ struct platform_device dma_device = {
/* Serial */ /* Serial */
static struct plat_sci_port scif0_platform_data = { static struct plat_sci_port scif0_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.ops = &sh7722_sci_port_ops, .ops = &sh7722_sci_port_ops,
...@@ -202,7 +201,6 @@ static struct platform_device scif0_device = { ...@@ -202,7 +201,6 @@ static struct platform_device scif0_device = {
}; };
static struct plat_sci_port scif1_platform_data = { static struct plat_sci_port scif1_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.ops = &sh7722_sci_port_ops, .ops = &sh7722_sci_port_ops,
...@@ -225,7 +223,6 @@ static struct platform_device scif1_device = { ...@@ -225,7 +223,6 @@ static struct platform_device scif1_device = {
}; };
static struct plat_sci_port scif2_platform_data = { static struct plat_sci_port scif2_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.ops = &sh7722_sci_port_ops, .ops = &sh7722_sci_port_ops,
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
/* Serial */ /* Serial */
static struct plat_sci_port scif0_platform_data = { static struct plat_sci_port scif0_platform_data = {
.port_reg = 0xa4050160, .port_reg = 0xa4050160,
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_NO_SCSPTR_REGTYPE, .regtype = SCIx_SH4_SCIF_NO_SCSPTR_REGTYPE,
...@@ -47,7 +46,6 @@ static struct platform_device scif0_device = { ...@@ -47,7 +46,6 @@ static struct platform_device scif0_device = {
static struct plat_sci_port scif1_platform_data = { static struct plat_sci_port scif1_platform_data = {
.port_reg = SCIx_NOT_SUPPORTED, .port_reg = SCIx_NOT_SUPPORTED,
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_NO_SCSPTR_REGTYPE, .regtype = SCIx_SH4_SCIF_NO_SCSPTR_REGTYPE,
...@@ -70,7 +68,6 @@ static struct platform_device scif1_device = { ...@@ -70,7 +68,6 @@ static struct platform_device scif1_device = {
static struct plat_sci_port scif2_platform_data = { static struct plat_sci_port scif2_platform_data = {
.port_reg = SCIx_NOT_SUPPORTED, .port_reg = SCIx_NOT_SUPPORTED,
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_NO_SCSPTR_REGTYPE, .regtype = SCIx_SH4_SCIF_NO_SCSPTR_REGTYPE,
...@@ -92,7 +89,6 @@ static struct platform_device scif2_device = { ...@@ -92,7 +89,6 @@ static struct platform_device scif2_device = {
}; };
static struct plat_sci_port scif3_platform_data = { static struct plat_sci_port scif3_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.port_reg = SCIx_NOT_SUPPORTED, .port_reg = SCIx_NOT_SUPPORTED,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.sampling_rate = 8, .sampling_rate = 8,
...@@ -116,7 +112,6 @@ static struct platform_device scif3_device = { ...@@ -116,7 +112,6 @@ static struct platform_device scif3_device = {
static struct plat_sci_port scif4_platform_data = { static struct plat_sci_port scif4_platform_data = {
.port_reg = SCIx_NOT_SUPPORTED, .port_reg = SCIx_NOT_SUPPORTED,
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.sampling_rate = 8, .sampling_rate = 8,
.type = PORT_SCIFA, .type = PORT_SCIFA,
...@@ -139,7 +134,6 @@ static struct platform_device scif4_device = { ...@@ -139,7 +134,6 @@ static struct platform_device scif4_device = {
static struct plat_sci_port scif5_platform_data = { static struct plat_sci_port scif5_platform_data = {
.port_reg = SCIx_NOT_SUPPORTED, .port_reg = SCIx_NOT_SUPPORTED,
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.sampling_rate = 8, .sampling_rate = 8,
.type = PORT_SCIFA, .type = PORT_SCIFA,
......
...@@ -291,7 +291,6 @@ static struct platform_device dma1_device = { ...@@ -291,7 +291,6 @@ static struct platform_device dma1_device = {
/* Serial */ /* Serial */
static struct plat_sci_port scif0_platform_data = { static struct plat_sci_port scif0_platform_data = {
.port_reg = SCIx_NOT_SUPPORTED, .port_reg = SCIx_NOT_SUPPORTED,
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_NO_SCSPTR_REGTYPE, .regtype = SCIx_SH4_SCIF_NO_SCSPTR_REGTYPE,
...@@ -314,7 +313,6 @@ static struct platform_device scif0_device = { ...@@ -314,7 +313,6 @@ static struct platform_device scif0_device = {
static struct plat_sci_port scif1_platform_data = { static struct plat_sci_port scif1_platform_data = {
.port_reg = SCIx_NOT_SUPPORTED, .port_reg = SCIx_NOT_SUPPORTED,
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_NO_SCSPTR_REGTYPE, .regtype = SCIx_SH4_SCIF_NO_SCSPTR_REGTYPE,
...@@ -337,7 +335,6 @@ static struct platform_device scif1_device = { ...@@ -337,7 +335,6 @@ static struct platform_device scif1_device = {
static struct plat_sci_port scif2_platform_data = { static struct plat_sci_port scif2_platform_data = {
.port_reg = SCIx_NOT_SUPPORTED, .port_reg = SCIx_NOT_SUPPORTED,
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_NO_SCSPTR_REGTYPE, .regtype = SCIx_SH4_SCIF_NO_SCSPTR_REGTYPE,
...@@ -360,7 +357,6 @@ static struct platform_device scif2_device = { ...@@ -360,7 +357,6 @@ static struct platform_device scif2_device = {
static struct plat_sci_port scif3_platform_data = { static struct plat_sci_port scif3_platform_data = {
.port_reg = SCIx_NOT_SUPPORTED, .port_reg = SCIx_NOT_SUPPORTED,
.flags = UPF_BOOT_AUTOCONF,
.sampling_rate = 8, .sampling_rate = 8,
.type = PORT_SCIFA, .type = PORT_SCIFA,
}; };
...@@ -382,7 +378,6 @@ static struct platform_device scif3_device = { ...@@ -382,7 +378,6 @@ static struct platform_device scif3_device = {
static struct plat_sci_port scif4_platform_data = { static struct plat_sci_port scif4_platform_data = {
.port_reg = SCIx_NOT_SUPPORTED, .port_reg = SCIx_NOT_SUPPORTED,
.flags = UPF_BOOT_AUTOCONF,
.sampling_rate = 8, .sampling_rate = 8,
.type = PORT_SCIFA, .type = PORT_SCIFA,
}; };
...@@ -404,7 +399,6 @@ static struct platform_device scif4_device = { ...@@ -404,7 +399,6 @@ static struct platform_device scif4_device = {
static struct plat_sci_port scif5_platform_data = { static struct plat_sci_port scif5_platform_data = {
.port_reg = SCIx_NOT_SUPPORTED, .port_reg = SCIx_NOT_SUPPORTED,
.flags = UPF_BOOT_AUTOCONF,
.sampling_rate = 8, .sampling_rate = 8,
.type = PORT_SCIFA, .type = PORT_SCIFA,
}; };
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
/* SCIF */ /* SCIF */
static struct plat_sci_port scif0_platform_data = { static struct plat_sci_port scif0_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_BRG_REGTYPE, .regtype = SCIx_SH4_SCIF_BRG_REGTYPE,
...@@ -47,7 +46,6 @@ static struct platform_device scif0_device = { ...@@ -47,7 +46,6 @@ static struct platform_device scif0_device = {
}; };
static struct plat_sci_port scif1_platform_data = { static struct plat_sci_port scif1_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_BRG_REGTYPE, .regtype = SCIx_SH4_SCIF_BRG_REGTYPE,
...@@ -69,7 +67,6 @@ static struct platform_device scif1_device = { ...@@ -69,7 +67,6 @@ static struct platform_device scif1_device = {
}; };
static struct plat_sci_port scif2_platform_data = { static struct plat_sci_port scif2_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_BRG_REGTYPE, .regtype = SCIx_SH4_SCIF_BRG_REGTYPE,
...@@ -91,7 +88,6 @@ static struct platform_device scif2_device = { ...@@ -91,7 +88,6 @@ static struct platform_device scif2_device = {
}; };
static struct plat_sci_port scif3_platform_data = { static struct plat_sci_port scif3_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_TOIE, .scscr = SCSCR_REIE | SCSCR_TOIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_BRG_REGTYPE, .regtype = SCIx_SH4_SCIF_BRG_REGTYPE,
...@@ -113,7 +109,6 @@ static struct platform_device scif3_device = { ...@@ -113,7 +109,6 @@ static struct platform_device scif3_device = {
}; };
static struct plat_sci_port scif4_platform_data = { static struct plat_sci_port scif4_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_BRG_REGTYPE, .regtype = SCIx_SH4_SCIF_BRG_REGTYPE,
...@@ -135,7 +130,6 @@ static struct platform_device scif4_device = { ...@@ -135,7 +130,6 @@ static struct platform_device scif4_device = {
}; };
static struct plat_sci_port scif5_platform_data = { static struct plat_sci_port scif5_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_BRG_REGTYPE, .regtype = SCIx_SH4_SCIF_BRG_REGTYPE,
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
#include <cpu/sh7757.h> #include <cpu/sh7757.h>
static struct plat_sci_port scif2_platform_data = { static struct plat_sci_port scif2_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -45,7 +44,6 @@ static struct platform_device scif2_device = { ...@@ -45,7 +44,6 @@ static struct platform_device scif2_device = {
}; };
static struct plat_sci_port scif3_platform_data = { static struct plat_sci_port scif3_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -66,7 +64,6 @@ static struct platform_device scif3_device = { ...@@ -66,7 +64,6 @@ static struct platform_device scif3_device = {
}; };
static struct plat_sci_port scif4_platform_data = { static struct plat_sci_port scif4_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#include <linux/usb/ohci_pdriver.h> #include <linux/usb/ohci_pdriver.h>
static struct plat_sci_port scif0_platform_data = { static struct plat_sci_port scif0_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
...@@ -41,7 +40,6 @@ static struct platform_device scif0_device = { ...@@ -41,7 +40,6 @@ static struct platform_device scif0_device = {
}; };
static struct plat_sci_port scif1_platform_data = { static struct plat_sci_port scif1_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
...@@ -63,7 +61,6 @@ static struct platform_device scif1_device = { ...@@ -63,7 +61,6 @@ static struct platform_device scif1_device = {
}; };
static struct plat_sci_port scif2_platform_data = { static struct plat_sci_port scif2_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
#include <linux/io.h> #include <linux/io.h>
static struct plat_sci_port scif0_platform_data = { static struct plat_sci_port scif0_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_TOIE, .scscr = SCSCR_REIE | SCSCR_TOIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -37,7 +36,6 @@ static struct platform_device scif0_device = { ...@@ -37,7 +36,6 @@ static struct platform_device scif0_device = {
}; };
static struct plat_sci_port scif1_platform_data = { static struct plat_sci_port scif1_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_TOIE, .scscr = SCSCR_REIE | SCSCR_TOIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -58,7 +56,6 @@ static struct platform_device scif1_device = { ...@@ -58,7 +56,6 @@ static struct platform_device scif1_device = {
}; };
static struct plat_sci_port scif2_platform_data = { static struct plat_sci_port scif2_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_TOIE, .scscr = SCSCR_REIE | SCSCR_TOIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -79,7 +76,6 @@ static struct platform_device scif2_device = { ...@@ -79,7 +76,6 @@ static struct platform_device scif2_device = {
}; };
static struct plat_sci_port scif3_platform_data = { static struct plat_sci_port scif3_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_TOIE, .scscr = SCSCR_REIE | SCSCR_TOIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -100,7 +96,6 @@ static struct platform_device scif3_device = { ...@@ -100,7 +96,6 @@ static struct platform_device scif3_device = {
}; };
static struct plat_sci_port scif4_platform_data = { static struct plat_sci_port scif4_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_TOIE, .scscr = SCSCR_REIE | SCSCR_TOIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -121,7 +116,6 @@ static struct platform_device scif4_device = { ...@@ -121,7 +116,6 @@ static struct platform_device scif4_device = {
}; };
static struct plat_sci_port scif5_platform_data = { static struct plat_sci_port scif5_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_TOIE, .scscr = SCSCR_REIE | SCSCR_TOIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -142,7 +136,6 @@ static struct platform_device scif5_device = { ...@@ -142,7 +136,6 @@ static struct platform_device scif5_device = {
}; };
static struct plat_sci_port scif6_platform_data = { static struct plat_sci_port scif6_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_TOIE, .scscr = SCSCR_REIE | SCSCR_TOIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -163,7 +156,6 @@ static struct platform_device scif6_device = { ...@@ -163,7 +156,6 @@ static struct platform_device scif6_device = {
}; };
static struct plat_sci_port scif7_platform_data = { static struct plat_sci_port scif7_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_TOIE, .scscr = SCSCR_REIE | SCSCR_TOIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -184,7 +176,6 @@ static struct platform_device scif7_device = { ...@@ -184,7 +176,6 @@ static struct platform_device scif7_device = {
}; };
static struct plat_sci_port scif8_platform_data = { static struct plat_sci_port scif8_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_TOIE, .scscr = SCSCR_REIE | SCSCR_TOIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -205,7 +196,6 @@ static struct platform_device scif8_device = { ...@@ -205,7 +196,6 @@ static struct platform_device scif8_device = {
}; };
static struct plat_sci_port scif9_platform_data = { static struct plat_sci_port scif9_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_TOIE, .scscr = SCSCR_REIE | SCSCR_TOIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#include <cpu/dma-register.h> #include <cpu/dma-register.h>
static struct plat_sci_port scif0_platform_data = { static struct plat_sci_port scif0_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_CKE1, .scscr = SCSCR_REIE | SCSCR_CKE1,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
...@@ -40,7 +39,6 @@ static struct platform_device scif0_device = { ...@@ -40,7 +39,6 @@ static struct platform_device scif0_device = {
}; };
static struct plat_sci_port scif1_platform_data = { static struct plat_sci_port scif1_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_CKE1, .scscr = SCSCR_REIE | SCSCR_CKE1,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#include <cpu/dma-register.h> #include <cpu/dma-register.h>
static struct plat_sci_port scif0_platform_data = { static struct plat_sci_port scif0_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_CKE1, .scscr = SCSCR_REIE | SCSCR_CKE1,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
...@@ -42,7 +41,6 @@ static struct platform_device scif0_device = { ...@@ -42,7 +41,6 @@ static struct platform_device scif0_device = {
}; };
static struct plat_sci_port scif1_platform_data = { static struct plat_sci_port scif1_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_CKE1, .scscr = SCSCR_REIE | SCSCR_CKE1,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
...@@ -64,7 +62,6 @@ static struct platform_device scif1_device = { ...@@ -64,7 +62,6 @@ static struct platform_device scif1_device = {
}; };
static struct plat_sci_port scif2_platform_data = { static struct plat_sci_port scif2_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_CKE1, .scscr = SCSCR_REIE | SCSCR_CKE1,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
...@@ -86,7 +83,6 @@ static struct platform_device scif2_device = { ...@@ -86,7 +83,6 @@ static struct platform_device scif2_device = {
}; };
static struct plat_sci_port scif3_platform_data = { static struct plat_sci_port scif3_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_CKE1, .scscr = SCSCR_REIE | SCSCR_CKE1,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
...@@ -108,7 +104,6 @@ static struct platform_device scif3_device = { ...@@ -108,7 +104,6 @@ static struct platform_device scif3_device = {
}; };
static struct plat_sci_port scif4_platform_data = { static struct plat_sci_port scif4_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_CKE1, .scscr = SCSCR_REIE | SCSCR_CKE1,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
...@@ -130,7 +125,6 @@ static struct platform_device scif4_device = { ...@@ -130,7 +125,6 @@ static struct platform_device scif4_device = {
}; };
static struct plat_sci_port scif5_platform_data = { static struct plat_sci_port scif5_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_CKE1, .scscr = SCSCR_REIE | SCSCR_CKE1,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
......
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
#include <asm/mmzone.h> #include <asm/mmzone.h>
static struct plat_sci_port scif0_platform_data = { static struct plat_sci_port scif0_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_CKE1, .scscr = SCSCR_REIE | SCSCR_CKE1,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
...@@ -56,7 +55,6 @@ static struct platform_device scif0_device = { ...@@ -56,7 +55,6 @@ static struct platform_device scif0_device = {
* The rest of these all have multiplexed IRQs * The rest of these all have multiplexed IRQs
*/ */
static struct plat_sci_port scif1_platform_data = { static struct plat_sci_port scif1_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_CKE1, .scscr = SCSCR_REIE | SCSCR_CKE1,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
...@@ -87,7 +85,6 @@ static struct platform_device scif1_device = { ...@@ -87,7 +85,6 @@ static struct platform_device scif1_device = {
}; };
static struct plat_sci_port scif2_platform_data = { static struct plat_sci_port scif2_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_CKE1, .scscr = SCSCR_REIE | SCSCR_CKE1,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
...@@ -109,7 +106,6 @@ static struct platform_device scif2_device = { ...@@ -109,7 +106,6 @@ static struct platform_device scif2_device = {
}; };
static struct plat_sci_port scif3_platform_data = { static struct plat_sci_port scif3_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_CKE1, .scscr = SCSCR_REIE | SCSCR_CKE1,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
...@@ -131,7 +127,6 @@ static struct platform_device scif3_device = { ...@@ -131,7 +127,6 @@ static struct platform_device scif3_device = {
}; };
static struct plat_sci_port scif4_platform_data = { static struct plat_sci_port scif4_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_CKE1, .scscr = SCSCR_REIE | SCSCR_CKE1,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
...@@ -153,7 +148,6 @@ static struct platform_device scif4_device = { ...@@ -153,7 +148,6 @@ static struct platform_device scif4_device = {
}; };
static struct plat_sci_port scif5_platform_data = { static struct plat_sci_port scif5_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE | SCSCR_CKE1, .scscr = SCSCR_REIE | SCSCR_CKE1,
.type = PORT_SCIF, .type = PORT_SCIF,
.regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE, .regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
......
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
* all rather than adding infrastructure to hack around it. * all rather than adding infrastructure to hack around it.
*/ */
static struct plat_sci_port scif0_platform_data = { static struct plat_sci_port scif0_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -52,7 +51,6 @@ static struct platform_device scif0_device = { ...@@ -52,7 +51,6 @@ static struct platform_device scif0_device = {
}; };
static struct plat_sci_port scif1_platform_data = { static struct plat_sci_port scif1_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
...@@ -76,7 +74,6 @@ static struct platform_device scif1_device = { ...@@ -76,7 +74,6 @@ static struct platform_device scif1_device = {
}; };
static struct plat_sci_port scif2_platform_data = { static struct plat_sci_port scif2_platform_data = {
.flags = UPF_BOOT_AUTOCONF,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#include <asm/addrspace.h> #include <asm/addrspace.h>
static struct plat_sci_port scif0_platform_data = { static struct plat_sci_port scif0_platform_data = {
.flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP, .flags = UPF_IOREMAP,
.scscr = SCSCR_REIE, .scscr = SCSCR_REIE,
.type = PORT_SCIF, .type = PORT_SCIF,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment