[PATCH 2/2] powerpc: Board support for GE IMP3A

Benjamin Herrenschmidt benh at kernel.crashing.org
Mon Feb 27 10:42:08 EST 2012


On Tue, 2012-02-07 at 11:28 +0000, Martyn Welch wrote:
> +
> +       if (of_flat_dt_is_compatible(root, "fsl,MPC8572DS-CAMP")) {
> +               mpic = mpic_alloc(NULL, 0,
> +                       MPIC_BIG_ENDIAN | MPIC_BROKEN_FRR_NIRQS |
> +                       MPIC_SINGLE_DEST_CPU,
> +                       0, 256, " OpenPIC  ");
> +       } else {
> +               mpic = mpic_alloc(NULL, 0,
> +                         MPIC_WANTS_RESET |
> +                         MPIC_BIG_ENDIAN | MPIC_BROKEN_FRR_NIRQS |
> +                         MPIC_SINGLE_DEST_CPU,
> +                       0, 256, " OpenPIC  ");
> +       }
> + 

Can you rebase this on top of powerpc-next ? There have been some mpic
changes from Kyle Moffett that clash with this (mostly some of the flags
are gone, the remaining ones you should just put in the device-tree).

Cheers,
Ben.




More information about the Linuxppc-dev mailing list