summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2010-02-19 12:05:45 -0800
committerAlex Frid <afrid@nvidia.com>2010-02-19 12:05:45 -0800
commit413ba3b6eec7b2378985d53f745138de1d370782 (patch)
treee0135da9ced51591da14e409a57131d5c4ea5705
parent394a0d7ec6c9ea1d7d19f2e8e81b055fdfd8cf9e (diff)
tegra RM: Moved EMC DFS low corner back to 50MHz.
Moved EMC DFS low corner back to 50MHz (from 18MHz - affects LPDDR2 platforms). This is done since new AudioMixer unable to reach 18MHz LC - optimization is in progress (bug 654473). Change-Id: Iaf9acf0160dd3c07a1ff0a0bacd4bdc36d620e2c
-rw-r--r--arch/arm/mach-tegra/nvrm/core/ap20/ap20rm_power_dfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/nvrm/core/ap20/ap20rm_power_dfs.h b/arch/arm/mach-tegra/nvrm/core/ap20/ap20rm_power_dfs.h
index 36338f89d122..0f104fe2ae02 100644
--- a/arch/arm/mach-tegra/nvrm/core/ap20/ap20rm_power_dfs.h
+++ b/arch/arm/mach-tegra/nvrm/core/ap20/ap20rm_power_dfs.h
@@ -190,7 +190,7 @@ extern "C"
*/
#define NVRM_DFS_PARAM_EMC_AP20 \
NvRmFreqMaximum, /* Maximum domain frequency set to h/w limit */ \
- 18000, /* Minimum domain frequency 18 MHz */ \
+ 50000, /* Minimum domain frequency 50 MHz */ \
1000, /* Frequency change upper band 1 MHz */ \
1000, /* Frequency change lower band 1 MHz */ \
{ /* RT starvation control parameters */ \