powerpc/85xx: Fix MPC8572DS PCI protected interrupt sources
authorTed Peters <ted.peters@freescale.com>
Thu, 26 Feb 2009 18:15:16 +0000 (12:15 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 11 Mar 2009 11:00:04 +0000 (06:00 -0500)
The PCI irqs for the protected sources where not correct for PCI PHBs

Signed-off-by: Ted Peters <ted.peters@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/mpc8572ds_camp_core0.dts
arch/powerpc/boot/dts/mpc8572ds_camp_core1.dts

index 15d9e35eb58a5740daf33c662f16f7d60583817f..32178bfa77d063a9f6c743a4f6cbd0d4e2bdc441 100644 (file)
                        device_type = "open-pic";
                        protected-sources = <
                        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 */
                        0xe4 0xe5 0xe6 0xe7
                        >;
index eace811d27eb7f4a2332dd740a87e889a300ded0..159cb3a875f0b13bf6773e7f41c1df29c69e7c3d 100644 (file)
                        protected-sources = <
                        18 16 10 42 45 58       /* MEM L2 mdio serial crypto */
                        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 */
                        0x1 0x2 0x3 0x4         /* pci slot */
                        0x9 0xa 0xb 0xc         /* usb */
This page took 0.025723 seconds and 5 git commands to generate.