aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/sh3/setup-sh7710.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/kernel/cpu/sh3/setup-sh7710.c')
-rw-r--r--arch/sh/kernel/cpu/sh3/setup-sh7710.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/sh/kernel/cpu/sh3/setup-sh7710.c b/arch/sh/kernel/cpu/sh3/setup-sh7710.c
index e9ed300dba5c..ea52410b430d 100644
--- a/arch/sh/kernel/cpu/sh3/setup-sh7710.c
+++ b/arch/sh/kernel/cpu/sh3/setup-sh7710.c
@@ -98,9 +98,7 @@ static struct platform_device rtc_device = {
98}; 98};
99 99
100static struct plat_sci_port scif0_platform_data = { 100static struct plat_sci_port scif0_platform_data = {
101 .flags = UPF_BOOT_AUTOCONF, 101 .scscr = SCSCR_REIE | SCSCR_CKE1,
102 .scscr = SCSCR_TE | SCSCR_RE | SCSCR_REIE |
103 SCSCR_CKE1 | SCSCR_CKE0,
104 .type = PORT_SCIF, 102 .type = PORT_SCIF,
105}; 103};
106 104
@@ -120,9 +118,7 @@ static struct platform_device scif0_device = {
120}; 118};
121 119
122static struct plat_sci_port scif1_platform_data = { 120static struct plat_sci_port scif1_platform_data = {
123 .flags = UPF_BOOT_AUTOCONF, 121 .scscr = SCSCR_REIE | SCSCR_CKE1,
124 .scscr = SCSCR_TE | SCSCR_RE | SCSCR_REIE |
125 SCSCR_CKE1 | SCSCR_CKE0,
126 .type = PORT_SCIF, 122 .type = PORT_SCIF,
127}; 123};
128 124