|
@@ -98,7 +98,7 @@ static struct platform_device rtc_device = {
|
|
|
};
|
|
|
|
|
|
static struct plat_sci_port scif0_platform_data = {
|
|
|
- .scscr = SCSCR_REIE | SCSCR_CKE1 | SCSCR_CKE0,
|
|
|
+ .scscr = SCSCR_REIE | SCSCR_CKE1,
|
|
|
.type = PORT_SCIF,
|
|
|
};
|
|
|
|
|
@@ -118,7 +118,7 @@ static struct platform_device scif0_device = {
|
|
|
};
|
|
|
|
|
|
static struct plat_sci_port scif1_platform_data = {
|
|
|
- .scscr = SCSCR_REIE | SCSCR_CKE1 | SCSCR_CKE0,
|
|
|
+ .scscr = SCSCR_REIE | SCSCR_CKE1,
|
|
|
.type = PORT_SCIF,
|
|
|
};
|
|
|
|