On Fri, 13 Dec 2019 08:49:38 +0100, Maxime Ripard wrote: > The Allwinner SoCs have a AHCI controllers that is supported in Linux, with > a matching Device Tree binding. > > Now that we have the DT validation in place, let's convert the device tree > bindings for that controller over to a YAML schemas. > > Signed-off-by: Maxime Ripard <maxime@xxxxxxxxxx> > --- > .../devicetree/bindings/ata/ahci-platform.txt | 12 ---- > .../ata/allwinner,sun4i-a10-ahci.yaml | 47 +++++++++++++ > .../ata/allwinner,sun8i-r40-ahci.yaml | 67 +++++++++++++++++++ > 3 files changed, 114 insertions(+), 12 deletions(-) > create mode 100644 Documentation/devicetree/bindings/ata/allwinner,sun4i-a10-ahci.yaml > create mode 100644 Documentation/devicetree/bindings/ata/allwinner,sun8i-r40-ahci.yaml > Applied, thanks. Rob