Messages in this thread |  | | Date | Thu, 9 Jul 2020 17:26:33 -0600 | From | Rob Herring <> | Subject | Re: [PATCH V3 2/3] dt-bindings: spi: Convert imx cspi to json-schema |
| |
On Tue, 16 Jun 2020 12:26:14 +0800, Anson Huang wrote: > Convert the i.MX CSPI binding to DT schema format using json-schema, > update compatible, remove obsolete properties "fsl,spi-num-chipselects" > and update the example based on latest DT file. > > Signed-off-by: Anson Huang <Anson.Huang@nxp.com> > --- > Changes since V2: > - remove redundant "maxItems" in "clocks" and "clock-names". > --- > .../devicetree/bindings/spi/fsl-imx-cspi.txt | 56 ------------- > .../devicetree/bindings/spi/fsl-imx-cspi.yaml | 97 ++++++++++++++++++++++ > 2 files changed, 97 insertions(+), 56 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt > create mode 100644 Documentation/devicetree/bindings/spi/fsl-imx-cspi.yaml >
Reviewed-by: Rob Herring <robh@kernel.org>
|  |