diff options
author | Colin Cross <ccross@android.com> | 2011-02-12 18:52:04 -0500 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2011-02-21 03:10:06 -0500 |
commit | 41cfe3676d0f4f07ba79d4f64a21450ab02d22cd (patch) | |
tree | ada86fc6fa5099fdccd57cdb229b2b345d422b0a /arch/arm/mach-tegra/tegra2_clocks.c | |
parent | f035530b799a9c945415ad2139bb6494b542639a (diff) |
ARM: tegra: clock: Drop CPU dvfs
The existing version did not extend well to core dvfs, drop it
for now until the new clk api with clk_prepare and clk_unprepare
is ready and non-atomic clocks are possible.
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Colin Cross <ccross@android.com>
Diffstat (limited to 'arch/arm/mach-tegra/tegra2_clocks.c')
-rw-r--r-- | arch/arm/mach-tegra/tegra2_clocks.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/tegra2_clocks.c b/arch/arm/mach-tegra/tegra2_clocks.c index eb4e9ca5c6ae..d0b759023582 100644 --- a/arch/arm/mach-tegra/tegra2_clocks.c +++ b/arch/arm/mach-tegra/tegra2_clocks.c | |||
@@ -31,7 +31,6 @@ | |||
31 | 31 | ||
32 | #include "clock.h" | 32 | #include "clock.h" |
33 | #include "fuse.h" | 33 | #include "fuse.h" |
34 | #include "tegra2_dvfs.h" | ||
35 | 34 | ||
36 | #define RST_DEVICES 0x004 | 35 | #define RST_DEVICES 0x004 |
37 | #define RST_DEVICES_SET 0x300 | 36 | #define RST_DEVICES_SET 0x300 |
@@ -1650,7 +1649,6 @@ static struct clk tegra_clk_virtual_cpu = { | |||
1650 | .backup = &tegra_pll_p, | 1649 | .backup = &tegra_pll_p, |
1651 | .ops = &tegra_cpu_ops, | 1650 | .ops = &tegra_cpu_ops, |
1652 | .max_rate = 1000000000, | 1651 | .max_rate = 1000000000, |
1653 | .dvfs = &tegra_dvfs_virtual_cpu_dvfs, | ||
1654 | }; | 1652 | }; |
1655 | 1653 | ||
1656 | static struct clk tegra_clk_hclk = { | 1654 | static struct clk tegra_clk_hclk = { |