diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-07-03 03:05:58 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-07-03 03:05:58 -0500 |
commit | 58fe255f63716a6442559fa0b3cc2506f6abf506 (patch) | |
tree | fb14b6b308c07bcf4fe7c0d608246bfad1e148e3 /arch/powerpc/boot/dts/mpc8560ads.dts | |
parent | 3120234551ebf5f6e24a23082334eb3897b5db41 (diff) |
[POWERPC] Fix up interrupt senses for MPC85xx boards
The PHY is active-low on the MPC85xx CDS and the 8560 ADS just had
the wrong sense for the internal PCI and CPM interrupts.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8560ads.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8560ads.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/mpc8560ads.dts b/arch/powerpc/boot/dts/mpc8560ads.dts index 2d41d549c213..21ccaaa27993 100644 --- a/arch/powerpc/boot/dts/mpc8560ads.dts +++ b/arch/powerpc/boot/dts/mpc8560ads.dts @@ -216,7 +216,7 @@ a800 0 0 4 &mpic 1 1>; interrupt-parent = <&mpic>; - interrupts = <18 0>; + interrupts = <18 2>; bus-range = <0 0>; ranges = <02000000 0 80000000 80000000 0 20000000 01000000 0 00000000 e2000000 0 01000000>; @@ -246,7 +246,7 @@ interrupt-controller; #address-cells = <0>; #interrupt-cells = <2>; - interrupts = <2e 0>; + interrupts = <2e 2>; interrupt-parent = <&mpic>; reg = <90c00 80>; built-in; |