diff options
author | Ian Lepore <ian@FreeBSD.org> | 2014-10-26 04:15:27 +0000 |
---|---|---|
committer | Ian Lepore <ian@FreeBSD.org> | 2014-10-26 04:15:27 +0000 |
commit | e772ece9df2adb56ff7c12bce63a689e70aee01f (patch) | |
tree | 01f6848fe1be8f65517377d7237805a3f0cefca8 | |
parent | c85062f8e8e35235f66ddfd3b9ee7883d689b452 (diff) |
Notes
-rw-r--r-- | sys/arm/freescale/imx/imx_gpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/freescale/imx/imx_gpt.c b/sys/arm/freescale/imx/imx_gpt.c index abbb14099969..6f77963229db 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 |