svn commit: r273681 - stable/10/sys/arm/freescale/imx

Ian Lepore ian at FreeBSD.org
Sun Oct 26 04:15:27 UTC 2014


Author: ian
Date: Sun Oct 26 04:15:27 2014
New Revision: 273681
URL: https://svnweb.freebsd.org/changeset/base/273681

Log:
  MFC r273352:  Ask for the fastest available clock for the GTP timecounter.

Modified:
  stable/10/sys/arm/freescale/imx/imx_gpt.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/arm/freescale/imx/imx_gpt.c
==============================================================================
--- stable/10/sys/arm/freescale/imx/imx_gpt.c	Sun Oct 26 04:13:08 2014	(r273680)
+++ stable/10/sys/arm/freescale/imx/imx_gpt.c	Sun Oct 26 04:15:27 2014	(r273681)
@@ -95,7 +95,7 @@ struct imx_gpt_softc *imx_gpt_sc = NULL;
 static const int imx_gpt_delay_count = 78;
 
 /* Try to divide down an available fast clock to this frequency. */
-#define	TARGET_FREQUENCY	10000000
+#define	TARGET_FREQUENCY	1000000000
 
 /* Don't try to set an event timer period smaller than this. */
 #define	MIN_ET_PERIOD		10LLU


More information about the svn-src-stable mailing list