[PATCH] 85xx: Fix PCI-E interrupt mapping for slot 0 of P2020DS
Kumar Gala
galak at kernel.crashing.org
Tue May 11 22:36:29 EST 2010
On May 10, 2010, at 2:15 PM, Felix Radensky wrote:
> Fix legacy PCI-E interrupt mapping for PCI-E slot 0 of
> P2020DS evaluation board. The patch is based on P2020DS
> device tree from Freescale BSP for this board.
>
> Signed-off-by: Felix Radensky <felix at embedded-sol.com>
> ---
> arch/powerpc/boot/dts/p2020ds.dts | 8 ++++----
> 1 files changed, 4 insertions(+), 4 deletions(-)
I don't understand why this is needed?
-k
>
> diff --git a/arch/powerpc/boot/dts/p2020ds.dts b/arch/powerpc/boot/dts/p2020ds.dts
> index 1101914..7c5fc07 100644
> --- a/arch/powerpc/boot/dts/p2020ds.dts
> +++ b/arch/powerpc/boot/dts/p2020ds.dts
> @@ -507,10 +507,10 @@
> interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
> interrupt-map = <
> /* IDSEL 0x0 */
> - 0000 0x0 0x0 0x1 &mpic 0x8 0x1
> - 0000 0x0 0x0 0x2 &mpic 0x9 0x1
> - 0000 0x0 0x0 0x3 &mpic 0xa 0x1
> - 0000 0x0 0x0 0x4 &mpic 0xb 0x1
> + 0000 0x0 0x0 0x1 &mpic 0x8 0x2
> + 0000 0x0 0x0 0x2 &mpic 0x9 0x2
> + 0000 0x0 0x0 0x3 &mpic 0xa 0x2
> + 0000 0x0 0x0 0x4 &mpic 0xb 0x2
> >;
> pcie at 0 {
> reg = <0x0 0x0 0x0 0x0 0x0>;
> --
> 1.5.4.3
More information about the Linuxppc-dev
mailing list