powerpc/86xx: mpc8610_hpcd: fix interrupt trigger type for ULi IDE

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Tuesday, July 15, 2008 - 8:16 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=deabea...
Commit:     deabeabf0bb8e6ad0b5917859893ac5af46d9b04
Parent:     6c1160991283a12537b136a71d10d271997fd64c
Author:     Anton Vorontsov <avorontsov@ru.mvista.com>
AuthorDate: Tue Jul 1 17:04:38 2008 +0400
Committer:  Kumar Gala <galak@kernel.crashing.org>
CommitDate: Mon Jul 14 07:55:32 2008 -0500

    powerpc/86xx: mpc8610_hpcd: fix interrupt trigger type for ULi IDE
    
    i8259 PIC is disabled on MPC8610HPCD, and ULi IDE is configured to use
    PCI sideband interrupt that is specified in the device tree.
    
    Current HPCD's device tree specify that IDE interrupt is low to high
    sensitive, but in practice ULi IDE throws active-high interrupts (not
    active-low as all normal PCI devices).
    
    Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
 arch/powerpc/boot/dts/mpc8610_hpcd.dts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/boot/dts/mpc8610_hpcd.dts b/arch/powerpc/boot/dts/mpc8610_hpcd.dts
index 65a5f64..981941e 100644
--- a/arch/powerpc/boot/dts/mpc8610_hpcd.dts
+++ b/arch/powerpc/boot/dts/mpc8610_hpcd.dts
@@ -363,7 +363,7 @@
 			0xe000 0 0 4 &mpic 1 1
 
 			/* IDSEL 0x1f */
-			0xf800 0 0 1 &mpic 3 0
+			0xf800 0 0 1 &mpic 3 2
 			0xf800 0 0 2 &mpic 0 1
 		>;
 
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
powerpc/86xx: mpc8610_hpcd: fix interrupt trigger type for ..., Linux Kernel Mailing ..., (Tue Jul 15, 8:16 pm)