]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: tegra: add pll_x freq table entry for 750MHz
authorStephen Warren <swarren@nvidia.com>
Wed, 25 Apr 2012 18:10:19 +0000 (12:10 -0600)
committerStephen Warren <swarren@nvidia.com>
Wed, 25 Apr 2012 21:23:14 +0000 (15:23 -0600)
commitaea812e1ac80a491d39396e2a2d15bb725933c84
treee31f1c047e43a10d410b3b11471530627c98aaf5
parent0034102808e0dbbf3a2394b82b1bb40b5778de9e
ARM: tegra: add pll_x freq table entry for 750MHz

Some SKUs limit the maximum CPU frequency to 750MHz; see
tegra2_pllx_clk_init(). The pll_x frequency table needs an entry for this
frequency, or there will be continual log spam from the cpufreq driver
attempting to set this rate, yet there being no table entry for it.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-tegra/tegra2_clocks.c