On Mon, 17 Jun 2024 13:09:34 -0400, Frank Li wrote: > Convert fsl,qoriq-mc from txt to yaml format. > > Addition changes: > - Child node name allow 'ethernet'. > - Use 32bit address in example. > - Fixed missed ';' in example. > - Allow dma-coherent. > - Remove smmu, its part in example. > - Change child node name as 'ethernet' > > Signed-off-by: Frank Li <Frank.Li@xxxxxxx> > > --- > Change from v1 to v2 > - fixed warning find by make refcheckdocs > - Change child node name as 'ethernet' > - move range after reg in example > > Pass dt_binding_check > ake ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -j8 dt_binding_check DT_SCHEMA_FILES=fsl,qoriq-mc.yaml > SCHEMA Documentation/devicetree/bindings/processed-schema.json > CHKDT Documentation/devicetree/bindings > LINT Documentation/devicetree/bindings > DTEX Documentation/devicetree/bindings/misc/fsl,qoriq-mc.example.dts > DTC_CHK Documentation/devicetree/bindings/misc/fsl,qoriq-mc.example.dtb > --- > .../devicetree/bindings/misc/fsl,qoriq-mc.txt | 196 ------------------ > .../bindings/misc/fsl,qoriq-mc.yaml | 187 +++++++++++++++++ > .../ethernet/freescale/dpaa2/overview.rst | 2 +- > 3 files changed, 188 insertions(+), 197 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt > create mode 100644 Documentation/devicetree/bindings/misc/fsl,qoriq-mc.yaml > Applied, thanks!