Skip to content

Commit

Permalink
powerpc/85xx: TQM85xx - fix sensitivity of CAN interrupts
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Wolfgang Grandegger authored and Kumar Gala committed Feb 2, 2009
1 parent 9e7d95c commit 7a38524
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/boot/dts/tqm8548-bigflash.dts
Original file line number Diff line number Diff line change
Expand Up @@ -365,14 +365,14 @@
can0@2,0 {
compatible = "intel,82527"; // Bosch CC770
reg = <2 0x0 0x100>;
interrupts = <4 0>;
interrupts = <4 1>;
interrupt-parent = <&mpic>;
};

can1@2,100 {
compatible = "intel,82527"; // Bosch CC770
reg = <2 0x100 0x100>;
interrupts = <4 0>;
interrupts = <4 1>;
interrupt-parent = <&mpic>;
};

Expand Down
4 changes: 2 additions & 2 deletions arch/powerpc/boot/dts/tqm8548.dts
Original file line number Diff line number Diff line change
Expand Up @@ -365,14 +365,14 @@
can0@2,0 {
compatible = "intel,82527"; // Bosch CC770
reg = <2 0x0 0x100>;
interrupts = <4 0>;
interrupts = <4 1>;
interrupt-parent = <&mpic>;
};

can1@2,100 {
compatible = "intel,82527"; // Bosch CC770
reg = <2 0x100 0x100>;
interrupts = <4 0>;
interrupts = <4 1>;
interrupt-parent = <&mpic>;
};

Expand Down
4 changes: 2 additions & 2 deletions arch/powerpc/boot/dts/tqm8560.dts
Original file line number Diff line number Diff line change
Expand Up @@ -335,14 +335,14 @@
can0@2,0 {
compatible = "intel,82527"; // Bosch CC770
reg = <2 0x0 0x100>;
interrupts = <4 0>;
interrupts = <4 1>;
interrupt-parent = <&mpic>;
};

can1@2,100 {
compatible = "intel,82527"; // Bosch CC770
reg = <2 0x100 0x100>;
interrupts = <4 0>;
interrupts = <4 1>;
interrupt-parent = <&mpic>;
};
};
Expand Down

0 comments on commit 7a38524

Please sign in to comment.