Skip to content

Commit

Permalink
powerpc/86xx: mpc8610_hpcd: fix interrupt trigger type for ULi IDE
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Anton Vorontsov authored and Kumar Gala committed Jul 14, 2008
1 parent 6c11609 commit deabeab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/mpc8610_hpcd.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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
>;

Expand Down

0 comments on commit deabeab

Please sign in to comment.