[PATCH 1/3] net: thunderx: Cleanup PHY probing code.
Andrew Lunn
andrew at lunn.ch
Fri Mar 11 09:31:25 PST 2016
> + 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
More information about the linux-arm-kernel
mailing list