OSDN Git Service

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)
commit96e4781b3d9399ab75c4d2d8b5833c7e8d60ff6b
treef88790240ca5ca8b5b6786faef5f19046d690f6e
parentd4861fc6be581561d6964700110a4dede54da6a6
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]