[PATCH v2 1/2] dt-bindings: memory: fsl: convert ifc binding to yaml schema

Rob Herring robh at kernel.org
Tue Oct 26 14:17:13 PDT 2021


On Thu, 14 Oct 2021 19:57:06 -0500, Li Yang wrote:
> Convert the txt binding to yaml format and add description.  Drop the
> "simple-bus" compatible string from the example and not allowed by the
> binding any more.  This will help to enforce the correct probe order
> between parent device and child devices, but will require the ifc driver
> to probe the child devices to work properly.
> 
> Signed-off-by: Li Yang <leoyang.li at nxp.com>
> ---
>  .../memory-controllers/fsl/fsl,ifc.yaml       | 113 ++++++++++++++++++
>  .../bindings/memory-controllers/fsl/ifc.txt   |  82 -------------
>  2 files changed, 113 insertions(+), 82 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/fsl,ifc.yaml
>  delete mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/ifc.txt
> 

Reviewed-by: Rob Herring <robh at kernel.org>



More information about the linux-arm-kernel mailing list