Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Oct 2014 04:15:27 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r273681 - stable/10/sys/arm/freescale/imx
Message-ID:  <201410260415.s9Q4FRcd044320@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410260415.s9Q4FRcd044320>