aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/flexcan.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/can/flexcan.c')
-rw-r--r--drivers/net/can/flexcan.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/net/can/flexcan.c b/drivers/net/can/flexcan.c
index ad0a7e8c2c2b..0f5965cc3fbc 100644
--- a/drivers/net/can/flexcan.c
+++ b/drivers/net/can/flexcan.c
@@ -184,14 +184,14 @@
184 * FLEXCAN hardware feature flags 184 * FLEXCAN hardware feature flags
185 * 185 *
186 * Below is some version info we got: 186 * Below is some version info we got:
187 * SOC Version IP-Version Glitch- [TR]WRN_INT Memory err 187 * SOC Version IP-Version Glitch- [TR]WRN_INT Memory err RTR re-
188 * Filter? connected? detection 188 * Filter? connected? detection ception in MB
189 * MX25 FlexCAN2 03.00.00.00 no no no 189 * MX25 FlexCAN2 03.00.00.00 no no no no
190 * MX28 FlexCAN2 03.00.04.00 yes yes no 190 * MX28 FlexCAN2 03.00.04.00 yes yes no no
191 * MX35 FlexCAN2 03.00.00.00 no no no 191 * MX35 FlexCAN2 03.00.00.00 no no no no
192 * MX53 FlexCAN2 03.00.00.00 yes no no 192 * MX53 FlexCAN2 03.00.00.00 yes no no no
193 * MX6s FlexCAN3 10.00.12.00 yes yes no 193 * MX6s FlexCAN3 10.00.12.00 yes yes no yes
194 * VF610 FlexCAN3 ? no yes yes 194 * VF610 FlexCAN3 ? no yes yes yes?
195 * 195 *
196 * Some SOCs do not have the RX_WARN & TX_WARN interrupt line connected. 196 * Some SOCs do not have the RX_WARN & TX_WARN interrupt line connected.
197 */ 197 */