On Wed, 26 Jun 2024 15:37:53 -0400, Frank Li wrote: > Convert qman, bman, qman-portals, bman-portals to yaml format. > > Additional Change for fsl,q(b)man-portal: > - Only keep one example. > - Add fsl,qman-channel-id property. > - Use interrupt type macro. > - Remove top level qman-portals@ff4200000 at example. > > Additional change for fsl,q(b)man: > - Fixed example error. > - Remove redundent part, only keep fsl,qman node. > - Change memory-regions to memory-region. > - fsl,q(b)man-portals is not required property > > Additional change for fsl,qman-fqd.yaml: > - Fixed example error. > - Only keep one example. > - Ref to reserve-memory.yaml > - Merge fsl,bman reserver memory part > > Signed-off-by: Frank Li <Frank.Li@xxxxxxx> > --- > Change from v1 to v2 > - fix typo chang > - fix typo porta > - Add | for reg description > - wrap to 80 for reg descritption > - memory-region set maxItems: 2 > - fix regex parttern > - drop See clock-bindings.txt > - "see reserved-memory.yaml" change to > "see reserved-memory/reserved-memory.yaml in dtschema project" > > - A strange thing in fsl,qman-fqd.yaml, if example compatible string > change to fsl,qman-fqd, dt_binding_check report below error. > qman-fqd: False schema does not allow {'compatible': ['fsl,qman-fqd'], 'size': [[4194304]], 'alignment': [[4194304]], 'no-map': True, '$nodename': ['qman-fqd']} > > but I replace "fsl,qman-fqd" with "abc", it pass check. > --- > .../bindings/soc/fsl/bman-portals.txt | 56 ------ > .../devicetree/bindings/soc/fsl/bman.txt | 137 ------------- > .../bindings/soc/fsl/fsl,bman-portal.yaml | 52 +++++ > .../devicetree/bindings/soc/fsl/fsl,bman.yaml | 83 ++++++++ > .../bindings/soc/fsl/fsl,qman-fqd.yaml | 69 +++++++ > .../bindings/soc/fsl/fsl,qman-portal.yaml | 110 +++++++++++ > .../devicetree/bindings/soc/fsl/fsl,qman.yaml | 93 +++++++++ > .../bindings/soc/fsl/qman-portals.txt | 134 ------------- > .../devicetree/bindings/soc/fsl/qman.txt | 187 ------------------ > 9 files changed, 407 insertions(+), 514 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/soc/fsl/bman-portals.txt > delete mode 100644 Documentation/devicetree/bindings/soc/fsl/bman.txt > create mode 100644 Documentation/devicetree/bindings/soc/fsl/fsl,bman-portal.yaml > create mode 100644 Documentation/devicetree/bindings/soc/fsl/fsl,bman.yaml > create mode 100644 Documentation/devicetree/bindings/soc/fsl/fsl,qman-fqd.yaml > create mode 100644 Documentation/devicetree/bindings/soc/fsl/fsl,qman-portal.yaml > create mode 100644 Documentation/devicetree/bindings/soc/fsl/fsl,qman.yaml > delete mode 100644 Documentation/devicetree/bindings/soc/fsl/qman-portals.txt > delete mode 100644 Documentation/devicetree/bindings/soc/fsl/qman.txt > Applied, thanks!