aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2012-05-10 02:26:01 -0400
committerOlof Johansson <olof@lixom.net>2012-05-10 02:26:15 -0400
commitbdbaaf1ac756116a0f6ed116931934e7a6f35160 (patch)
treea23cd113270f9013dfeffad1dfa17012bbf63d68
parentd48b97b403d23f6df0b990cee652bdf9a52337a3 (diff)
parent3d5e8af45a3d52ff9fd30035ffbc4887e04f4d73 (diff)
Merge branch 'for-3.5/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/fixes
By Stephen Warren via Stephen Warren * 'for-3.5/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra: ARM: disable SUSPEND/ARCH_SUSPEND_POSSIBLE for ARCH_TEGRA ARM: tegra: add pll_x freq table entry for 750MHz Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r--arch/arm/Kconfig2
-rw-r--r--arch/arm/mach-tegra/tegra2_clocks.c6
2 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 36586dba6fa6..d7d7cdf955e5 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -2281,7 +2281,7 @@ menu "Power management options"
2281source "kernel/power/Kconfig" 2281source "kernel/power/Kconfig"
2282 2282
2283config ARCH_SUSPEND_POSSIBLE 2283config ARCH_SUSPEND_POSSIBLE
2284 depends on !ARCH_S5PC100 2284 depends on !ARCH_S5PC100 && !ARCH_TEGRA
2285 depends on CPU_ARM920T || CPU_ARM926T || CPU_SA1100 || \ 2285 depends on CPU_ARM920T || CPU_ARM926T || CPU_SA1100 || \
2286 CPU_V6 || CPU_V6K || CPU_V7 || CPU_XSC3 || CPU_XSCALE 2286 CPU_V6 || CPU_V6K || CPU_V7 || CPU_XSC3 || CPU_XSCALE
2287 def_bool y 2287 def_bool y
diff --git a/arch/arm/mach-tegra/tegra2_clocks.c b/arch/arm/mach-tegra/tegra2_clocks.c
index 592a4eeb5328..2cae5cbc20ba 100644
--- a/arch/arm/mach-tegra/tegra2_clocks.c
+++ b/arch/arm/mach-tegra/tegra2_clocks.c
@@ -1764,6 +1764,12 @@ static struct clk_pll_freq_table tegra_pll_x_freq_table[] = {
1764 { 19200000, 760000000, 950, 24, 1, 8}, 1764 { 19200000, 760000000, 950, 24, 1, 8},
1765 { 26000000, 760000000, 760, 26, 1, 12}, 1765 { 26000000, 760000000, 760, 26, 1, 12},
1766 1766
1767 /* 750 MHz */
1768 { 12000000, 750000000, 750, 12, 1, 12},
1769 { 13000000, 750000000, 750, 13, 1, 12},
1770 { 19200000, 750000000, 625, 16, 1, 8},
1771 { 26000000, 750000000, 750, 26, 1, 12},
1772
1767 /* 608 MHz */ 1773 /* 608 MHz */
1768 { 12000000, 608000000, 608, 12, 1, 12}, 1774 { 12000000, 608000000, 608, 12, 1, 12},
1769 { 13000000, 608000000, 608, 13, 1, 12}, 1775 { 13000000, 608000000, 608, 13, 1, 12},