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

Commit be122d6d authored by Kumar Gala's avatar Kumar Gala
Browse files

powerpc/85xx: Fix PCIe error interrupts



The PCIe interrupts for 8544ds and 8572ds were incorrect.  The 8572 case
was found by Liu Yu.

Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 1433fa7d
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -313,7 +313,7 @@
			  0x1000000 0x0 0x0 0xe1010000 0x0 0x10000>;
			  0x1000000 0x0 0x0 0xe1010000 0x0 0x10000>;
		clock-frequency = <33333333>;
		clock-frequency = <33333333>;
		interrupt-parent = <&mpic>;
		interrupt-parent = <&mpic>;
		interrupts = <26 2>;
		interrupts = <25 2>;
		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
		interrupt-map = <
		interrupt-map = <
			/* IDSEL 0x0 */
			/* IDSEL 0x0 */
@@ -350,7 +350,7 @@
			  0x1000000 0x0 0x0 0xe1020000 0x0 0x10000>;
			  0x1000000 0x0 0x0 0xe1020000 0x0 0x10000>;
		clock-frequency = <33333333>;
		clock-frequency = <33333333>;
		interrupt-parent = <&mpic>;
		interrupt-parent = <&mpic>;
		interrupts = <25 2>;
		interrupts = <26 2>;
		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
		interrupt-map = <
		interrupt-map = <
			/* IDSEL 0x0 */
			/* IDSEL 0x0 */
+2 −2
Original line number Original line Diff line number Diff line
@@ -724,7 +724,7 @@
			  0x1000000 0x0 0x00000000 0 0xffc10000 0x0 0x00010000>;
			  0x1000000 0x0 0x00000000 0 0xffc10000 0x0 0x00010000>;
		clock-frequency = <33333333>;
		clock-frequency = <33333333>;
		interrupt-parent = <&mpic>;
		interrupt-parent = <&mpic>;
		interrupts = <26 2>;
		interrupts = <25 2>;
		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
		interrupt-map = <
		interrupt-map = <
			/* IDSEL 0x0 */
			/* IDSEL 0x0 */
@@ -761,7 +761,7 @@
			  0x1000000 0x0 0x00000000 0 0xffc20000 0x0 0x00010000>;
			  0x1000000 0x0 0x00000000 0 0xffc20000 0x0 0x00010000>;
		clock-frequency = <33333333>;
		clock-frequency = <33333333>;
		interrupt-parent = <&mpic>;
		interrupt-parent = <&mpic>;
		interrupts = <27 2>;
		interrupts = <26 2>;
		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
		interrupt-map = <
		interrupt-map = <
			/* IDSEL 0x0 */
			/* IDSEL 0x0 */
+1 −1
Original line number Original line Diff line number Diff line
@@ -457,7 +457,7 @@
			  0x1000000 0x0 0x0 0xffc10000 0x0 0x10000>;
			  0x1000000 0x0 0x0 0xffc10000 0x0 0x10000>;
		clock-frequency = <33333333>;
		clock-frequency = <33333333>;
		interrupt-parent = <&mpic>;
		interrupt-parent = <&mpic>;
		interrupts = <26 2>;
		interrupts = <25 2>;
		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
		interrupt-map = <
		interrupt-map = <
			/* IDSEL 0x0 */
			/* IDSEL 0x0 */
+1 −1
Original line number Original line Diff line number Diff line
@@ -208,7 +208,7 @@
			  0x1000000 0x0 0x0 0xffc20000 0x0 0x10000>;
			  0x1000000 0x0 0x0 0xffc20000 0x0 0x10000>;
		clock-frequency = <33333333>;
		clock-frequency = <33333333>;
		interrupt-parent = <&mpic>;
		interrupt-parent = <&mpic>;
		interrupts = <27 2>;
		interrupts = <26 2>;
		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
		interrupt-map = <
		interrupt-map = <
			/* IDSEL 0x0 */
			/* IDSEL 0x0 */