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@xxxxxxx> > --- > .../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@xxxxxxxxxx>