]> git.baikalelectronics.ru Git - kernel.git/commit
dt-bindings: net: fec: convert fsl,*fec bindings to yaml
authorJoakim Zhang <qiangqing.zhang@nxp.com>
Fri, 16 Jul 2021 10:29:09 +0000 (18:29 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Jul 2021 19:34:29 +0000 (12:34 -0700)
commitbdb9fb33f92fd58842bd8326627d8072ecdbf9d2
treef88790240ca5ca8b5b6786faef5f19046d690f6e
parent793c858e1a2c7f031c39ec00e7afcbe67f084345
dt-bindings: net: fec: convert fsl,*fec bindings to yaml

In order to automate the verification of DT nodes convert fsl-fec.txt to
fsl,fec.yaml, and pass binding check with below command.

$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- dt_binding_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/net/fsl,fec.yaml
  DTEX    Documentation/devicetree/bindings/net/fsl,fec.example.dts
  DTC     Documentation/devicetree/bindings/net/fsl,fec.example.dt.yaml
  CHECK   Documentation/devicetree/bindings/net/fsl,fec.example.dt.yaml

Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/devicetree/bindings/net/fsl,fec.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/net/fsl-fec.txt [deleted file]