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

Commit f084e8db authored by Ted Peters's avatar Ted Peters Committed by Kumar Gala
Browse files

powerpc/85xx: Fix MPC8572DS PCI protected interrupt sources



The PCI irqs for the protected sources where not correct for PCI PHBs

Signed-off-by: default avatarTed Peters <ted.peters@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent e7eec2fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -227,7 +227,7 @@
			device_type = "open-pic";
			device_type = "open-pic";
			protected-sources = <
			protected-sources = <
			31 32 33 37 38 39       /* enet2 enet3 */
			31 32 33 37 38 39       /* enet2 enet3 */
			76 77 78 79 27 42	/* dma2 pci2 serial*/
			76 77 78 79 26 42	/* dma2 pci2 serial*/
			0xe0 0xe1 0xe2 0xe3     /* msi */
			0xe0 0xe1 0xe2 0xe3     /* msi */
			0xe4 0xe5 0xe6 0xe7
			0xe4 0xe5 0xe6 0xe7
			>;
			>;
+1 −1
Original line number Original line Diff line number Diff line
@@ -186,7 +186,7 @@
			protected-sources = <
			protected-sources = <
			18 16 10 42 45 58	/* MEM L2 mdio serial crypto */
			18 16 10 42 45 58	/* MEM L2 mdio serial crypto */
			29 30 34 35 36 40	/* enet0 enet1 */
			29 30 34 35 36 40	/* enet0 enet1 */
			24 26 20 21 22 23	/* pcie0 pcie1 dma1 */
			24 25 20 21 22 23	/* pci0 pci1 dma1 */
			43			/* i2c */
			43			/* i2c */
			0x1 0x2 0x3 0x4         /* pci slot */
			0x1 0x2 0x3 0x4         /* pci slot */
			0x9 0xa 0xb 0xc         /* usb */
			0x9 0xa 0xb 0xc         /* usb */