On Wed, 8 Apr 2020 11:11:29 +0200, Geert Uytterhoeven wrote: > Convert the Renesas (Quad) Serial Peripheral Interface (RSPI/QSPI) > Device Tree binding documentation to json-schema. > > Document missing properties. > Update the second example to match reality. > Drop the first example, as it doesn't add much value. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > .../devicetree/bindings/spi/renesas,rspi.yaml | 144 ++++++++++++++++++ > .../devicetree/bindings/spi/spi-rspi.txt | 73 --------- > 2 files changed, 144 insertions(+), 73 deletions(-) > create mode 100644 Documentation/devicetree/bindings/spi/renesas,rspi.yaml > delete mode 100644 Documentation/devicetree/bindings/spi/spi-rspi.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>