Re: [PATCH 1/3] net: thunderx: Cleanup PHY probing code.

From: Andrew Lunn
Date: Fri Mar 11 2016 - 12:32:08 EST


> + phy_np = of_parse_phandle(node, "phy-handle", 0);
> + /* If there is no phy or defective firmware presents
> + * this cortina phy, for which there is no driver
> + * support, ignore it.
> + */
> + if (phy_np &&
> + !of_device_is_compatible(phy_np, "cortina,cs4223-slice")) {

Hi David

What is a cortina,cs4223-slice, and why does it need to be handled differently?

Thanks
Andrew