Commit 5d74d68e authored by Varun Wadekar's avatar Varun Wadekar
Browse files

Tegra186: update SYSCNT_FREQ to 31.25MHz



The System Counter Frequency has been updated to 31.25MHz after
some experiments as the previous value was too high.

Change-Id: I79986ee1c0c88700a3a2b1dbff2d3f00c0c412b9
Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
parent b5ef9569
......@@ -69,7 +69,7 @@ const mmap_region_t *plat_get_mmio_map(void)
******************************************************************************/
unsigned int plat_get_syscnt_freq2(void)
{
return 38400000;
return 31250000;
}
/*******************************************************************************
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment