[PATCH v3 phy 13/17] phy: lynx-28g: probe on per-SoC and per-instance compatible strings
Vladimir Oltean
vladimir.oltean at nxp.com
Thu Oct 2 04:14:00 PDT 2025
On Thu, Oct 02, 2025 at 10:40:51AM +0000, Josua Mayer wrote:
> > - provider = devm_of_phy_provider_register(dev, lynx_28g_xlate);
> > if (IS_ERR(provider))
> > return PTR_ERR(provider);
> Keep this to have compatibility with phandles to the parent.
I am not removing it. Both the "if (lane_phy_providers)" and "else"
branches call devm_of_phy_provider_register(), with a different second
xlate argument (of_phy_simple_xlate vs lynx_28g_xlate).
More information about the linux-phy
mailing list