summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Fuzhen <fuzhen.lin@freescale.com>2012-08-27 15:49:19 +0800
committerXinyu Chen <xinyu.chen@freescale.com>2012-08-27 16:07:39 +0800
commit65745dd4b7f80711d03dce5529fc501162428c53 (patch)
tree6fbf3fc74e5e263b6d8441789469c09148e1632f
parente19c2ff52fd37c37ac9bffedd6deda5de76caddb (diff)
ENGR00221438 [MX6]:Remove Rigel's 200M working point
Remove Rigel's 200M working point to align with Arik Signed-off-by: Lin Fuzhen <fuzhen.lin@freescale.com>
-rw-r--r--arch/arm/mach-mx6/cpu_op-mx6.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/arch/arm/mach-mx6/cpu_op-mx6.c b/arch/arm/mach-mx6/cpu_op-mx6.c
index d0a7a42dfb85..b8d06e2ad09a 100644
--- a/arch/arm/mach-mx6/cpu_op-mx6.c
+++ b/arch/arm/mach-mx6/cpu_op-mx6.c
@@ -113,13 +113,6 @@ static struct cpu_op mx6dl_cpu_op_1_2G[] = {
.pu_voltage = 1150000,
.soc_voltage = 1150000,
.cpu_voltage = 1025000,},
- {
- .pll_rate = 396000000,
- .cpu_rate = 198000000,
- .cpu_podf = 1,
- .pu_voltage = 1150000,
- .soc_voltage = 1150000,
- .cpu_voltage = 1025000,},
};
/* working point(wp): 0 - 1GHz; 1 - 800MHz, 2 - 400MHz, 3 - 200MHz */
static struct cpu_op mx6dl_cpu_op_1G[] = {
@@ -144,13 +137,6 @@ static struct cpu_op mx6dl_cpu_op_1G[] = {
.pu_voltage = 1150000,
.soc_voltage = 1150000,
.cpu_voltage = 1025000,},
- {
- .pll_rate = 396000000,
- .cpu_rate = 198000000,
- .cpu_podf = 1,
- .pu_voltage = 1150000,
- .soc_voltage = 1150000,
- .cpu_voltage = 1025000,},
};
static struct cpu_op mx6dl_cpu_op[] = {
{
@@ -167,13 +153,6 @@ static struct cpu_op mx6dl_cpu_op[] = {
.pu_voltage = 1150000,
.soc_voltage = 1150000,
.cpu_voltage = 1025000,},
- {
- .pll_rate = 396000000,
- .cpu_rate = 198000000,
- .cpu_podf = 1,
- .pu_voltage = 1150000,
- .soc_voltage = 1150000,
- .cpu_voltage = 1025000,},
};
static struct dvfs_op dvfs_core_setpoint_1_2G[] = {