summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJoseph Lehrer <jlehrer@nvidia.com>2011-06-22 13:54:15 -0700
committerRohan Somvanshi <rsomvanshi@nvidia.com>2011-06-24 05:46:11 -0700
commite2d0f09b2177cedaad92b10920bc890202c7e095 (patch)
tree634bc6e91afcb3e99c83f1be2cd2903bbd1ab809 /arch
parent0fcad122637727d59adac9551ba6742eb42c945a (diff)
ARM: tegra: add 504MHz entries to pll_d table
bug 837571 Change-Id: Ib35167cf9d6e0fd2c81304201802157ee81c44d0 Reviewed-on: http://git-master/r/37908 Reviewed-by: Joseph Lehrer <jlehrer@nvidia.com> Tested-by: Joseph Lehrer <jlehrer@nvidia.com> Reviewed-by: Aleksandr Frid <afrid@nvidia.com> Reviewed-by: Scott Williams <scwilliams@nvidia.com> Reviewed-by: Jonathan Mayo <jmayo@nvidia.com> Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/tegra2_clocks.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/tegra2_clocks.c b/arch/arm/mach-tegra/tegra2_clocks.c
index 79665e0503f2..4059c5439e9a 100644
--- a/arch/arm/mach-tegra/tegra2_clocks.c
+++ b/arch/arm/mach-tegra/tegra2_clocks.c
@@ -1616,6 +1616,11 @@ static struct clk_pll_freq_table tegra_pll_d_freq_table[] = {
{ 19200000, 1000000000, 625, 12, 1, 8},
{ 26000000, 1000000000, 1000, 26, 1, 12},
+ { 12000000, 504000000, 504, 12, 1, 8},
+ { 13000000, 504000000, 504, 13, 1, 8},
+ { 19200000, 504000000, 420, 16, 1, 8},
+ { 26000000, 504000000, 504, 26, 1, 8},
+
{ 0, 0, 0, 0, 0, 0 },
};