[PATCH 2/2] powerpc/85xx: add Fman MDIO muxing support to the P4080DS
Kumar Gala
galak at kernel.crashing.org
Wed Aug 15 07:45:36 EST 2012
On Aug 10, 2012, at 5:31 PM, Timur Tabi wrote:
> diff --git a/arch/powerpc/platforms/85xx/corenet_ds.c b/arch/powerpc/platforms/85xx/corenet_ds.c
> index 925b028..a79fc79 100644
> --- a/arch/powerpc/platforms/85xx/corenet_ds.c
> +++ b/arch/powerpc/platforms/85xx/corenet_ds.c
> @@ -106,6 +106,13 @@ static const struct of_device_id of_device_ids[] __devinitconst = {
> {
> .name = "handles",
> },
> + {
> + /*
> + * Warning: this entry might need to be located before those
> + * for the Fman Ethernet nodes.
> + */
> + .compatible = "mdio-mux",
> + },
> {}
> };
Under what condition would that be the case?
- k
More information about the Linuxppc-dev
mailing list