Skip to content
Snippets Groups Projects
Commit b584510f authored by Yuantian Tang's avatar Yuantian Tang Committed by York Sun
Browse files

armv8: configs: ls1012a: correct the generic timer frequency


On ls1012a soc, core clock source frequency is fixed at 100Mhz.
Generic timer frequency is core clock source divided by 4, which
is 25Mhz.

Signed-off-by: default avatarTang Yuantian <andy.tang@nxp.com>
Reviewed-by: default avatarYork Sun <york.sun@nxp.com>
parent f89072ab
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#define CONFIG_SYS_DDR_BLOCK2_BASE 0x880000000ULL #define CONFIG_SYS_DDR_BLOCK2_BASE 0x880000000ULL
/* Generic Timer Definitions */ /* Generic Timer Definitions */
#define COUNTER_FREQUENCY CONFIG_SYS_CLK_FREQ/4 /* 25MHz */ #define COUNTER_FREQUENCY 25000000 /* 25MHz */
/* CSU */ /* CSU */
#define CONFIG_LAYERSCAPE_NS_ACCESS #define CONFIG_LAYERSCAPE_NS_ACCESS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment