On Tue, Jul 9, 2024 at 3:49 PM Frank Li <Frank.Li@xxxxxxx> wrote: > > Convert enetc device binding file to yaml. Split to 3 yaml files, > 'fsl,enetc.yaml', 'fsl,enetc-mdio.yaml', 'fsl,enetc-ierb.yaml'. > > Additional Changes: > - Add pci<vendor id>,<production id> in compatible string. > - Ref to common ethernet-controller.yaml and mdio.yaml. > - Add Wei fang, Vladimir and Claudiu as maintainer. > - Update ENETC description. > - Remove fixed-link part. > > Signed-off-by: Frank Li <Frank.Li@xxxxxxx> > --- > Change from v2 to v3 > - use endpoint-config as node name for fsl,enetc-ierb.yaml, > - wrap to 80 in fsl,enetc-ierb.yaml. > - fix unit address don't match > - Remove reg/compatible string for pci > - Add pci-device.yaml, which need absolute path. > - Use example which have mdio sub node. > > Change from v1 to v2 > - renamee file as fsl,enetc-mdio.yaml, fsl,enetc-ierb.yaml, fsl,enetc.yaml > - example include pcie node > --- > .../bindings/net/fsl,enetc-ierb.yaml | 38 ++++++ > .../bindings/net/fsl,enetc-mdio.yaml | 57 +++++++++ > .../devicetree/bindings/net/fsl,enetc.yaml | 66 ++++++++++ > .../devicetree/bindings/net/fsl-enetc.txt | 119 ------------------ > 4 files changed, 161 insertions(+), 119 deletions(-) > create mode 100644 Documentation/devicetree/bindings/net/fsl,enetc-ierb.yaml > create mode 100644 Documentation/devicetree/bindings/net/fsl,enetc-mdio.yaml > create mode 100644 Documentation/devicetree/bindings/net/fsl,enetc.yaml > delete mode 100644 Documentation/devicetree/bindings/net/fsl-enetc.txt Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>