projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5ef956
)
Tegra186: update SYSCNT_FREQ to 31.25MHz
author
Varun Wadekar
<vwadekar@nvidia.com>
Mon, 4 Jan 2016 18:57:45 +0000
(10:57 -0800)
committer
Varun Wadekar
<vwadekar@nvidia.com>
Mon, 20 Mar 2017 16:12:46 +0000
(09:12 -0700)
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: Varun Wadekar <vwadekar@nvidia.com>
plat/nvidia/tegra/soc/t186/plat_setup.c
patch
|
blob
|
history
diff --git
a/plat/nvidia/tegra/soc/t186/plat_setup.c
b/plat/nvidia/tegra/soc/t186/plat_setup.c
index 99329e3ac67a3f6438de527709bbd7471c20903d..f88478d8b1a6aca5c2ca228b891fa65f8a4af25d 100644
(file)
--- a/
plat/nvidia/tegra/soc/t186/plat_setup.c
+++ b/
plat/nvidia/tegra/soc/t186/plat_setup.c
@@
-69,7
+69,7
@@
const mmap_region_t *plat_get_mmio_map(void)
******************************************************************************/
unsigned int plat_get_syscnt_freq2(void)
{
- return 3
840
0000;
+ return 3
125
0000;
}
/*******************************************************************************