|
@@ -86,7 +86,6 @@ static struct platform_device scif2_device = {
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
static struct plat_sci_port scif3_platform_data = {
|
|
static struct plat_sci_port scif3_platform_data = {
|
|
|
- .scscr = SCSCR_REIE,
|
|
|
|
|
.sampling_rate = 8,
|
|
.sampling_rate = 8,
|
|
|
.type = PORT_SCIFA,
|
|
.type = PORT_SCIFA,
|
|
|
};
|
|
};
|
|
@@ -107,7 +106,6 @@ static struct platform_device scif3_device = {
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
static struct plat_sci_port scif4_platform_data = {
|
|
static struct plat_sci_port scif4_platform_data = {
|
|
|
- .scscr = SCSCR_REIE,
|
|
|
|
|
.sampling_rate = 8,
|
|
.sampling_rate = 8,
|
|
|
.type = PORT_SCIFA,
|
|
.type = PORT_SCIFA,
|
|
|
};
|
|
};
|
|
@@ -128,7 +126,6 @@ static struct platform_device scif4_device = {
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
static struct plat_sci_port scif5_platform_data = {
|
|
static struct plat_sci_port scif5_platform_data = {
|
|
|
- .scscr = SCSCR_REIE,
|
|
|
|
|
.sampling_rate = 8,
|
|
.sampling_rate = 8,
|
|
|
.type = PORT_SCIFA,
|
|
.type = PORT_SCIFA,
|
|
|
};
|
|
};
|