]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00178646-2 [MX6]Add SD1 and SD2 to interactive governor
authorAnson Huang <b20788@freescale.com>
Sun, 1 Apr 2012 10:37:10 +0000 (18:37 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:11:25 +0000 (14:11 +0200)
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>
arch/arm/mach-mx6/irq.c

index 753767bfd7c4fd8ac90eb7f68f5c440fefcc66d4..2434c1b116064f3f6186767f5b7e24a71b40e0bd 100644 (file)
@@ -56,13 +56,21 @@ static struct irq_tuner mxc_irq_tuner[] = {
         .irq_number = 41, /* GPU 3D */
         .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 */