
Am 1. September 2021 00:03:58 MESZ schrieb Vladimir Oltean vladimir.oltean@nxp.com:
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 just grepped in arm/dts and it was only the qds stuff? I'll have a look tomorrow again. might have missed something. so yeah, maybe not in this series if there are more.
-michael