summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnson Huang <b20788@freescale.com>2012-04-01 18:37:10 +0800
committerAnson Huang <b20788@freescale.com>2012-04-05 11:50:24 +0800
commit0dd4e3f180ac1a74b2b4087475c0d245024aaabf (patch)
tree984d1aaac69a6db2c2c755226e16b477da2e02fc
parent922abf64e055eb724ac854ab1239169d3e40a547 (diff)
ENGR00178646-2 [MX6]Add SD1 and SD2 to interactive governor
Different have different SD ports, need to add all SD irqs to be condition of CPUfreq change and adjust the default irq threshold. Signed-off-by: Anson Huang <b20788@freescale.com>
-rw-r--r--arch/arm/mach-mx6/irq.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/arch/arm/mach-mx6/irq.c b/arch/arm/mach-mx6/irq.c
index 753767bfd7c4..2434c1b11606 100644
--- a/arch/arm/mach-mx6/irq.c
+++ b/arch/arm/mach-mx6/irq.c
@@ -57,12 +57,20 @@ static struct irq_tuner mxc_irq_tuner[] = {
.up_threshold = 0,
.enable = 1,},
{
+ .irq_number = 54, /* uSDHC1 */
+ .up_threshold = 4,
+ .enable = 1,},
+ {
+ .irq_number = 55, /* uSDHC2 */
+ .up_threshold = 4,
+ .enable = 1,},
+ {
.irq_number = 56, /* uSDHC3 */
- .up_threshold = 8,
+ .up_threshold = 4,
.enable = 1,},
{
.irq_number = 57, /* uSDHC4 */
- .up_threshold = 8,
+ .up_threshold = 4,
.enable = 1,},
{
.irq_number = 71, /* SATA */