> +             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

Reply via email to