]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: tegra: clk_m is the architected timer source clock
authorThierry Reding <treding@nvidia.com>
Thu, 20 Aug 2015 09:42:20 +0000 (11:42 +0200)
committerTom Warren <twarren@nvidia.com>
Wed, 16 Sep 2015 23:10:22 +0000 (16:10 -0700)
commit97c02d87f4b08556a36903ce4c5aa9744a95b91e
treed98ea2074e30e33beb7edf8a067e212c328e5687
parentc043c0259cd88f39cdca5f98af8b10f178660745
ARM: tegra: clk_m is the architected timer source clock

While clk_m and the oscillator run at the same frequencies on Tegra114
and Tegra124, clk_m is the proper source for the architected timer. On
more recent Tegra generations, Tegra210 and later, both the oscillator
and clk_m can run at different frequencies. clk_m will be divided down
from the oscillator.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/mach-tegra/tegra114/clock.c
arch/arm/mach-tegra/tegra124/clock.c
arch/arm/mach-tegra/tegra210/clock.c