aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sni/a20r.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/sni/a20r.c')
-rw-r--r--arch/mips/sni/a20r.c27
1 files changed, 3 insertions, 24 deletions
diff --git a/arch/mips/sni/a20r.c b/arch/mips/sni/a20r.c
index b2d4f492d78..9cb9d43a3a0 100644
--- a/arch/mips/sni/a20r.c
+++ b/arch/mips/sni/a20r.c
@@ -118,26 +118,6 @@ static struct resource sc26xx_rsrc[] = {
118 } 118 }
119}; 119};
120 120
121static unsigned int sc26xx_data[2] = {
122 /* DTR | RTS | DSR | CTS | DCD | RI */
123 (8 << 0) | (4 << 4) | (6 << 8) | (0 << 12) | (6 << 16) | (0 << 20),
124 (3 << 0) | (2 << 4) | (1 << 8) | (2 << 12) | (3 << 16) | (4 << 20)
125};
126
127static struct platform_device sc26xx_pdev = {
128 .name = "SC26xx",
129 .num_resources = ARRAY_SIZE(sc26xx_rsrc),
130 .resource = sc26xx_rsrc,
131 .dev = {
132 .platform_data = sc26xx_data,
133 }
134};
135
136#warning "Please try migrate to use new driver SCCNXP and report the status" \
137 "in the linux-serial mailing list."
138
139/* The code bellow is a replacement of SC26XX to SCCNXP */
140#if 0
141#include <linux/platform_data/sccnxp.h> 121#include <linux/platform_data/sccnxp.h>
142 122
143static struct sccnxp_pdata sccnxp_data = { 123static struct sccnxp_pdata sccnxp_data = {
@@ -155,15 +135,14 @@ static struct sccnxp_pdata sccnxp_data = {
155 MCTRL_SIG(RNG_IP, LINE_IP3), 135 MCTRL_SIG(RNG_IP, LINE_IP3),
156}; 136};
157 137
158static struct platform_device sc2681_pdev = { 138static struct platform_device sc26xx_pdev = {
159 .name = "sc2681", 139 .name = "sc2681",
160 .resource = sc2xxx_rsrc, 140 .resource = sc26xx_rsrc,
161 .num_resources = ARRAY_SIZE(sc2xxx_rsrc), 141 .num_resources = ARRAY_SIZE(sc26xx_rsrc),
162 .dev = { 142 .dev = {
163 .platform_data = &sccnxp_data, 143 .platform_data = &sccnxp_data,
164 }, 144 },
165}; 145};
166#endif
167 146
168static u32 a20r_ack_hwint(void) 147static u32 a20r_ack_hwint(void)
169{ 148{