Re: [PATCH v2 4/4] net: dsa: LAN9303: add MDIO managed mode support

From: Andrew Lunn
Date: Fri Apr 07 2017 - 10:54:57 EST


> +static const struct of_device_id lan9303_mdio_of_match[] = {
> + { .compatible = "smsc,lan9303" },
> + { /* sentinel */ },
> +};

I just chatted with Dave about this. Please include mdio and i2c in
the compatible string, so they are different. That will avoid any
possible problems.

Andrew