On Sun, 11 Sep 2022 09:37:15 -0700, Colin Foster wrote: > Convert the phy-ocelot-serdes device tree binding to the new YAML format. > > Additionally, add the file to MAINTAINERS since the original file didn't > exist. > > Signed-off-by: Colin Foster <colin.foster@xxxxxxxxxxxxxxxx> > --- > > v1 -> v2: > * new yaml file is now named mscc,vsc7514-serdes.yaml > * examlpes != examples > * remove "driver" name from the binding > * remove ethernet port consumer from the example > * add additionalProperties: false > * remove unnecessary, obvious sentence in the description > > --- > .../bindings/phy/mscc,vsc7514-serdes.yaml | 56 +++++++++++++++++++ > .../bindings/phy/phy-ocelot-serdes.txt | 43 -------------- > MAINTAINERS | 1 + > 3 files changed, 57 insertions(+), 43 deletions(-) > create mode 100644 Documentation/devicetree/bindings/phy/mscc,vsc7514-serdes.yaml > delete mode 100644 Documentation/devicetree/bindings/phy/phy-ocelot-serdes.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>