commit | fa6e24df3933b090ebe9fc44aabb0f4c14d0a12f | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Thu Aug 20 11:42:19 2015 +0200 |
committer | Tom Warren <twarren@nvidia.com> | Wed Sep 16 16:10:22 2015 -0700 |
tree | 6def8ed72abc3fb8155956a6dff7f9c24fae3952 | |
parent | 25657928770086b76b65acb14573d8d0e20eae9c [diff] |
ARM: tegra: Implement clk_m On currently supported SoCs, clk_m always runs at the same frequency as the oscillator input. However newer SoC generations such as Tegra210 no longer have that restriction. Prepare for that by separating clk_m from the oscillator clock and allow SoC code to override the clk_m rate. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>