From: Shenwei Wang Date: Wed, 29 Apr 2015 21:40:27 +0000 (-0500) Subject: ARM: imx: Correct the comments in time.c X-Git-Tag: v4.14-rc1~5175^2~8^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=65d0a16dce3c2564b21c13d8492af48959a3c3c3;p=platform%2Fkernel%2Flinux-rpi.git ARM: imx: Correct the comments in time.c The comments were corrected as the following to reflect the real situation of Freescale MXC timer IP block. There are totally 4 version of the timer on Freescale i.MX SoCs. Signed-off-by: Shenwei Wang Signed-off-by: Shawn Guo --- diff --git a/arch/arm/mach-imx/time.c b/arch/arm/mach-imx/time.c index acb1ff5..ab5ee1c 100644 --- a/arch/arm/mach-imx/time.c +++ b/arch/arm/mach-imx/time.c @@ -38,9 +38,11 @@ #include "hardware.h" /* - * There are 2 versions of the timer hardware on Freescale MXC hardware. - * Version 1: MX1/MXL, MX21, MX27. - * Version 2: MX25, MX31, MX35, MX37, MX51 + * There are 4 versions of the timer hardware on Freescale MXC hardware. + * - MX1/MXL + * - MX21, MX27. + * - MX25, MX31, MX35, MX37, MX51, MX6Q(rev1.0) + * - MX6DL, MX6SX, MX6Q(rev1.1+) */ /* defines common for all i.MX */