]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
ARM: imx: Correct the comments in time.c
authorShenwei Wang <shenwei.wang@freescale.com>
Wed, 29 Apr 2015 21:40:27 +0000 (16:40 -0500)
committerShawn Guo <shawn.guo@linaro.org>
Wed, 3 Jun 2015 06:49:33 +0000 (14:49 +0800)
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 <shenwei.wang@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/time.c

index acb1ff577cda19cc6d7c5813a5bf01c319e70684..ab5ee1c445f3acc3fa9847675925610e0887fccf 100644 (file)
 #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 */