From aec69e1f985e3f6ef6a4c80255ee4c2787963ca2 Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 26 Oct 2014 04:15:27 +0000 Subject: MFC r273352: Ask for the fastest available clock for the GTP timecounter. --- sys/arm/freescale/imx/imx_gpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/arm/freescale') diff --git a/sys/arm/freescale/imx/imx_gpt.c b/sys/arm/freescale/imx/imx_gpt.c index abbb140..6f77963 100644 --- a/sys/arm/freescale/imx/imx_gpt.c +++ b/sys/arm/freescale/imx/imx_gpt.c @@ -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 -- cgit v1.1