Skip to content

Commit

Permalink
ARM: imx: Correct the comments in time.c
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
  • Loading branch information
Shenwei Wang authored and shawnguo2 committed Jun 3, 2015
1 parent d0185d9 commit 65d0a16
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions arch/arm/mach-imx/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 65d0a16

Please sign in to comment.