diff options
author | Ted Peters <ted.peters@freescale.com> | 2009-02-26 13:15:16 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-03-11 07:00:04 -0400 |
commit | f084e8db187e4c5f2abe8181b27fe3214354460a (patch) | |
tree | eda1cc7e17d4c06c246b25ebcd158c091cbed7b2 /arch/powerpc/boot | |
parent | e7eec2fc27d7dbefd5852c36b3fe6229e6302c99 (diff) |
powerpc/85xx: Fix MPC8572DS PCI protected interrupt sources
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>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8572ds_camp_core0.dts | 2 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/mpc8572ds_camp_core1.dts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/mpc8572ds_camp_core0.dts b/arch/powerpc/boot/dts/mpc8572ds_camp_core0.dts index 15d9e35eb58a..32178bfa77d0 100644 --- a/arch/powerpc/boot/dts/mpc8572ds_camp_core0.dts +++ b/arch/powerpc/boot/dts/mpc8572ds_camp_core0.dts | |||
@@ -227,7 +227,7 @@ | |||
227 | device_type = "open-pic"; | 227 | device_type = "open-pic"; |
228 | protected-sources = < | 228 | protected-sources = < |
229 | 31 32 33 37 38 39 /* enet2 enet3 */ | 229 | 31 32 33 37 38 39 /* enet2 enet3 */ |
230 | 76 77 78 79 27 42 /* dma2 pci2 serial*/ | 230 | 76 77 78 79 26 42 /* dma2 pci2 serial*/ |
231 | 0xe0 0xe1 0xe2 0xe3 /* msi */ | 231 | 0xe0 0xe1 0xe2 0xe3 /* msi */ |
232 | 0xe4 0xe5 0xe6 0xe7 | 232 | 0xe4 0xe5 0xe6 0xe7 |
233 | >; | 233 | >; |
diff --git a/arch/powerpc/boot/dts/mpc8572ds_camp_core1.dts b/arch/powerpc/boot/dts/mpc8572ds_camp_core1.dts index eace811d27eb..159cb3a875f0 100644 --- a/arch/powerpc/boot/dts/mpc8572ds_camp_core1.dts +++ b/arch/powerpc/boot/dts/mpc8572ds_camp_core1.dts | |||
@@ -186,7 +186,7 @@ | |||
186 | protected-sources = < | 186 | protected-sources = < |
187 | 18 16 10 42 45 58 /* MEM L2 mdio serial crypto */ | 187 | 18 16 10 42 45 58 /* MEM L2 mdio serial crypto */ |
188 | 29 30 34 35 36 40 /* enet0 enet1 */ | 188 | 29 30 34 35 36 40 /* enet0 enet1 */ |
189 | 24 26 20 21 22 23 /* pcie0 pcie1 dma1 */ | 189 | 24 25 20 21 22 23 /* pci0 pci1 dma1 */ |
190 | 43 /* i2c */ | 190 | 43 /* i2c */ |
191 | 0x1 0x2 0x3 0x4 /* pci slot */ | 191 | 0x1 0x2 0x3 0x4 /* pci slot */ |
192 | 0x9 0xa 0xb 0xc /* usb */ | 192 | 0x9 0xa 0xb 0xc /* usb */ |