On Mon, 6 Jan 2020 02:52:56 +0100, Linus Walleij wrote: > This uses the new pata-sata-controller.yaml schema to > convert the Faraday FTIDE010 to DT schema. > > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > ChangeLog v1->v2: > - Rename the node for the example controller to "ide@" > - Rename the drives to ports, so ide-port@0 etc instead of > drive@0. > --- > .../bindings/ata/faraday,ftide010.txt | 38 -------- > .../bindings/ata/faraday,ftide010.yaml | 89 +++++++++++++++++++ > 2 files changed, 89 insertions(+), 38 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/ata/faraday,ftide010.txt > create mode 100644 Documentation/devicetree/bindings/ata/faraday,ftide010.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>