On Mon, 12 Aug 2024 12:50:35 -0400, Frank Li wrote: > Convert binding doc newwork.txt to yaml format. > > HDLC part: > - Convert to "fsl,ucc-hdlc.yaml". > - Add missed reg and interrupt property. > - Update example to pass build. > > ethernet part: > - Convert to net/fsl,cpm-enet.yaml > - Add 0x in example, which should be hex value > - Add ref to ethernet-controller.yaml > > mdio part: > - Convert to net/fsl,cpm-mdio.yaml > - Add 0x in example, which should be hex value > - Add ref to mdio.yaml > > Signed-off-by: Frank Li <Frank.Li@xxxxxxx> > --- > This one is quite old. The detail informaiton is limited. > --- > .../devicetree/bindings/net/fsl,cpm-enet.yaml | 59 ++++++++ > .../devicetree/bindings/net/fsl,cpm-mdio.yaml | 55 +++++++ > .../bindings/soc/fsl/cpm_qe/fsl,ucc-hdlc.yaml | 140 ++++++++++++++++++ > .../bindings/soc/fsl/cpm_qe/network.txt | 130 ---------------- > 4 files changed, 254 insertions(+), 130 deletions(-) > create mode 100644 Documentation/devicetree/bindings/net/fsl,cpm-enet.yaml > create mode 100644 Documentation/devicetree/bindings/net/fsl,cpm-mdio.yaml > create mode 100644 Documentation/devicetree/bindings/soc/fsl/cpm_qe/fsl,ucc-hdlc.yaml > delete mode 100644 Documentation/devicetree/bindings/soc/fsl/cpm_qe/network.txt > Applied, thanks!