diff options
author | Michał Grzelak <mig@semihalf.com> | 2022-10-14 23:32:52 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-10-19 09:49:38 +0100 |
commit | c4d175c323e3751badf77766c79cb130b4a3eb5f (patch) | |
tree | f7d5f850c23e73f62b93c7474790563b4189c167 /MAINTAINERS | |
parent | e2ac2a00dae10997b71870ecf26ca69f4d726537 (diff) | |
download | linux-c4d175c323e3751badf77766c79cb130b4a3eb5f.tar.bz2 |
dt-bindings: net: marvell,pp2: convert to json-schema
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@semihalf.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a96c60c787af..5c6ce094e55e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12307,7 +12307,7 @@ M: Marcin Wojtas <mw@semihalf.com> M: Russell King <linux@armlinux.org.uk> L: netdev@vger.kernel.org S: Maintained -F: Documentation/devicetree/bindings/net/marvell-pp2.txt +F: Documentation/devicetree/bindings/net/marvell,pp2.yaml F: drivers/net/ethernet/marvell/mvpp2/ MARVELL MWIFIEX WIRELESS DRIVER |