commit | edfb1439f4cf1156feef778ce710ab810220de71 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Thu Aug 20 11:42:21 2015 +0200 |
committer | Tom Warren <twarren@nvidia.com> | Wed Sep 16 16:10:23 2015 -0700 |
tree | 844df4d918c4d326251685f9f0f8f7932e8205ff | |
parent | 4c3aaa79cc8c2df6d76bd2e0e2e4eec67fa27cb6 [diff] |
e2220-1170: Remove hard-coded counter frequency The counter frequency is derived from clk_m on Tegra, but that clock can be configured by the primary bootloader to run at the same frequency as the oscillator (38.4 MHz on Tegra210) or a divided down frequency (most typically 19.2 MHz). Remove the hard-coded frequency and allow the timer setup code to query the correct value at runtime. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>