On Wed, May 6, 2009 at 2:59 PM, Grant Likely
<grant.likely@secretlab.ca> wrote:
> diff --git a/arch/powerpc/platforms/512x/mpc512x_shared.c b/arch/powerpc/platforms/512x/mpc512x_shared.c
> index d8cd579..7135d89 100644
> --- a/arch/powerpc/platforms/512x/mpc512x_shared.c
> +++ b/arch/powerpc/platforms/512x/mpc512x_shared.c
> @@ -71,6 +71,7 @@ void __init mpc512x_init_IRQ(void)
> static struct of_device_id __initdata of_bus_ids[] = {
> { .compatible = "fsl,mpc5121-immr", },
> { .compatible = "fsl,mpc5121-localbus", },
> + { .compatible = "fsl,mpc5121-nfc", },
This doesn't look right. Shouldn't the NAND controller be hanging of
the IMMR node?
I just wanted to confirm that NFC is in its own memory space. It has its own mapping and is not part of the IMMR space.