On Fri, 10 Jan 2020 09:14:11 +0100, Linus Walleij wrote: > This uses the new pata-common.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 v2->v3: > - Rebase on the new common binding for just PATA > controllers. > 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 > Applied, thanks. Rob