On Fri, 14 Oct 2022 23:32:52 +0200, Michał Grzelak wrote: > Convert the marvell,pp2 bindings from text to proper schema. > > Move 'marvell,system-controller' and 'dma-coherent' properties from > port up to the controller node, to match what is actually done in DT. > > Rename all subnodes to match "^(ethernet-)?port@[0-2]$" and deprecate > port-id in favour of 'reg'. > > Signed-off-by: Michał Grzelak <mig@xxxxxxxxxxxx> > --- > .../devicetree/bindings/net/marvell,pp2.yaml | 305 ++++++++++++++++++ > .../devicetree/bindings/net/marvell-pp2.txt | 141 -------- > MAINTAINERS | 2 +- > 3 files changed, 306 insertions(+), 142 deletions(-) > create mode 100644 Documentation/devicetree/bindings/net/marvell,pp2.yaml > delete mode 100644 Documentation/devicetree/bindings/net/marvell-pp2.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>