summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/irq.c
diff options
context:
space:
mode:
authorFugang Duan <B38611@freescale.com>2012-08-10 15:50:24 +0800
committerFugang Duan <B38611@freescale.com>2012-08-14 09:53:20 +0800
commitd24d1feb0d6243506696c7e5b3462b10f858d4e9 (patch)
tree434d3caf4304bf6d180f8aa2db0266112bfc7c5e /arch/arm/mach-mx6/irq.c
parenta92b472de25d1a48815583ec7bec79e72fe16043 (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>
Diffstat (limited to 'arch/arm/mach-mx6/irq.c')
-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,},