summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFugang Duan <B38611@freescale.com>2012-08-10 15:50:24 +0800
committerEric Nelson <eric.nelson@boundarydevices.com>2012-08-28 09:51:03 -0700
commit8acc4d90c998d2084627880d0bc4285cf40e606d (patch)
tree3aa5e0c7702d79b3baa56bcaf169ac43a7dfc243
parentc950c3fd719c1492c240cc753a6577cbeedb7e7f (diff)
ENGR00217918 - mx6 cpufreq : Add on-demand governor's threshold for FEC
Add on-demand governor's threshold for FEC to improves performance. i.mx6q TO1.1 tx throughput only is 64Mbps in 100Mbps mode on sabresd platform, after the change, the throughput can reach to 95Mbps for tx. Signed-off-by: Fugang Duan <B38611@freescale.com>
-rw-r--r--arch/arm/mach-mx6/irq.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/irq.c b/arch/arm/mach-mx6/irq.c
index 2434c1b11606..22ca75cbce43 100644
--- a/arch/arm/mach-mx6/irq.c
+++ b/arch/arm/mach-mx6/irq.c
@@ -81,6 +81,10 @@ static struct irq_tuner mxc_irq_tuner[] = {
.up_threshold = 10,
.enable = 1,},
{
+ .irq_number = 150, /* ENET */
+ .up_threshold = 4,
+ .enable = 1,},
+ {
.irq_number = 0, /* END */
.up_threshold = 0,
.enable = 0,},