summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/cpu_op-mx6.c
diff options
context:
space:
mode:
authorJason Liu <r64343@freescale.com>2012-02-14 17:14:40 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:22:48 +0800
commit0de93a2efa6ceb2bcd279163f005ca8a115f61ff (patch)
tree8b2d3e22f5dd222eae9caff3c1898f339da485ff /arch/arm/mach-mx6/cpu_op-mx6.c
parente12f444919e18a005f826b95eed4a47fe177f87a (diff)
ENGR00174423-1 i.mx6: cpu_op: code clean up
code clean up by removing the un-expected mfd/mfn/mfi setting Signed-off-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/cpu_op-mx6.c')
-rw-r--r--arch/arm/mach-mx6/cpu_op-mx6.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/arch/arm/mach-mx6/cpu_op-mx6.c b/arch/arm/mach-mx6/cpu_op-mx6.c
index d724463143cf..781e9063fac0 100644
--- a/arch/arm/mach-mx6/cpu_op-mx6.c
+++ b/arch/arm/mach-mx6/cpu_op-mx6.c
@@ -28,19 +28,11 @@ static struct cpu_op mx6_cpu_op_1G[] = {
{
.pll_rate = 996000000,
.cpu_rate = 996000000,
- .pdf = 0,
- .mfi = 10,
- .mfd = 11,
- .mfn = 5,
.cpu_podf = 0,
.cpu_voltage = 1225000,},
{
.pll_rate = 792000000,
.cpu_rate = 792000000,
- .pdf = 0,
- .mfi = 8,
- .mfd = 2,
- .mfn = 1,
.cpu_podf = 0,
.cpu_voltage = 1100000,},
{
@@ -63,10 +55,6 @@ static struct cpu_op mx6_cpu_op[] = {
{
.pll_rate = 792000000,
.cpu_rate = 792000000,
- .pdf = 0,
- .mfi = 8,
- .mfd = 2,
- .mfn = 1,
.cpu_podf = 0,
.cpu_voltage = 1100000,},
{
@@ -86,19 +74,11 @@ static struct cpu_op mx6dl_cpu_op_1G[] = {
{
.pll_rate = 996000000,
.cpu_rate = 996000000,
- .pdf = 0,
- .mfi = 10,
- .mfd = 11,
- .mfn = 5,
.cpu_podf = 0,
.cpu_voltage = 1225000,},
{
.pll_rate = 792000000,
.cpu_rate = 792000000,
- .pdf = 0,
- .mfi = 8,
- .mfd = 2,
- .mfn = 1,
.cpu_podf = 0,
.cpu_voltage = 1100000,},
{
@@ -117,10 +97,6 @@ static struct cpu_op mx6dl_cpu_op[] = {
{
.pll_rate = 792000000,
.cpu_rate = 792000000,
- .pdf = 0,
- .mfi = 8,
- .mfd = 2,
- .mfn = 1,
.cpu_podf = 0,
.cpu_voltage = 1100000,},
{