Re: [PATCH v5 1/3] dt-bindings: net: marvell,pp2: convert to json-schema
From: Rob Herring <robh@kernel.org>
Date: 2022-10-17 18:27:01
Also in:
linux-devicetree, lkml
From: Rob Herring <robh@kernel.org>
Date: 2022-10-17 18:27:01
Also in:
linux-devicetree, lkml
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 <redacted> --- .../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@kernel.org>