summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirav Patel <nipatel@nvidia.com>2012-06-05 16:00:34 -0700
committerSimone Willett <swillett@nvidia.com>2012-07-25 18:22:00 -0700
commit484a143002681370f7ff6c8c9c07a22cdca9360a (patch)
tree87d6c97226224876931b7178e16a4bf5f90bcf58
parent5b754f99eee15772f43240830c4e76ad8cf220bb (diff)
p1852: clocks: remove duplicate host1x clock limit
host1x clock limit is already imposed by tegra3_dvfs.c and need not to be explicitly set for p1852 SKU. Hence, removing the clock limit duplication. Bug 925358 Change-Id: I5e936f46ad64b0335561e321d61c4e8b13d7f765 Reviewed-on: http://git-master/r/106637 (cherry picked from commit ccaa3515121b637ce3870bf73f2402846670b63c) Signed-off-by: Nirav Patel <nipatel@nvidia.com> Reviewed-on: http://git-master/r/118130 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Varun Wadekar <vwadekar@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/board-p1852.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-p1852.c b/arch/arm/mach-tegra/board-p1852.c
index 008b8ad0aac5..b0a593f95121 100644
--- a/arch/arm/mach-tegra/board-p1852.c
+++ b/arch/arm/mach-tegra/board-p1852.c
@@ -97,7 +97,6 @@ static __initdata struct tegra_clk_init_table p1852_clk_init_table[] = {
{ "vi", "pll_p", 470000000, false},
{ "vi_sensor", "pll_p", 150000000, false},
{ "vde", "pll_c", 484000000, true},
- { "host1x", "pll_c", 242000000, true},
{ "mpe", "pll_c", 484000000, true},
{ "se", "pll_m", 625000000, true},
{ "i2c1", "pll_p", 3200000, true},