Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a385241 authored by Wolfgang Grandegger's avatar Wolfgang Grandegger Committed by Kumar Gala
Browse files

powerpc/85xx: TQM85xx - fix sensitivity of CAN interrupts

parent 9e7d95c1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>;
		};

+2 −2
Original line number Diff line number Diff line
@@ -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>;
		};

+2 −2
Original line number Diff line number Diff line
@@ -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>;
		};
	};