
Hi,
Am 2021-09-01 00:03, schrieb Vladimir Oltean:
On Tue, Aug 31, 2021 at 11:19:20PM +0200, Michael Walle wrote:
So this needs a v2, but in general, who do you expect to pick up your patches?
Mh, I haven't found a rule how patches are picked up in u-boot but most of the time they go through the qoriq git tree. Why do you ask?
Just curious.
After reviewing the patches I noticed further cleanup to be done, we need to replace phy-mode = "sgmii-2500"; with phy-mode = "2500base-x";
and phy-mode = "xfi"; with phy-mode = "10gbase-r";
and then delete the fsl_enetc.c driver's support for PHY_INTERFACE_MODE_XFI and PHY_INTERFACE_MODE_XGMII, that's completely bogus.
Ok, that sounds easy enough. Will pick that up.
"Will pick that up" means that you intend to do it? There are many device trees and drivers that use the non-standard "sgmii-2500" and "xfi" compatibles, not just LS1028A stuff.
Mh, I leave this up to NXP, "10gbase-r" doesn't exist in phy_interface_strings[].
-michael