On Thu, 18 Feb 2021 09:24:51 +0800, peng.fan@xxxxxxxxxxx wrote: > From: Peng Fan <peng.fan@xxxxxxx> > > Convert the imx rproc binding to DT schema format using json-schema. > > Signed-off-by: Peng Fan <peng.fan@xxxxxxx> > --- > .../bindings/remoteproc/fsl,imx-rproc.yaml | 61 +++++++++++++++++++ > .../bindings/remoteproc/imx-rproc.txt | 33 ---------- > 2 files changed, 61 insertions(+), 33 deletions(-) > create mode 100644 Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml > delete mode 100644 Documentation/devicetree/bindings/remoteproc/imx-rproc.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>