On Wed, 19 Feb 2020 16:41:46 +0100, Geert Uytterhoeven wrote: > Convert the Renesas R-Car Serial-ATA Device Tree binding documentation > to json-schema. > > While at it: > - Remove the deprecated "renesas,rcar-sata" compatible value, > - Add "iommus", "power-domains", and "resets" properties, > - Update the example. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > Not having to care about the deprecated value simplifies the > jscon-schema. > --- > .../bindings/ata/renesas,rcar-sata.yaml | 71 +++++++++++++++++++ > .../devicetree/bindings/ata/sata_rcar.txt | 36 ---------- > 2 files changed, 71 insertions(+), 36 deletions(-) > create mode 100644 Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml > delete mode 100644 Documentation/devicetree/bindings/ata/sata_rcar.txt > Applied, thanks. Rob