Re: [PATCH v5 1/3] dt-bindings: net: marvell,pp2: convert to json-schema

From: Rob Herring
Date: Mon Oct 17 2022 - 14:27:01 EST


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>