On Mon, 28 Jun 2021 19:14:40 +0000, Corentin Labbe wrote: > Converts mtd/partitions/redboot-fis.txt to YAML. > > Signed-off-by: Corentin Labbe <clabbe@xxxxxxxxxxxx> > --- > Changes since v1: > - fixed yamllint errors > - removed @0 from flash > > .../bindings/mtd/partitions/redboot-fis.txt | 27 ------------ > .../bindings/mtd/partitions/redboot-fis.yaml | 42 +++++++++++++++++++ > 2 files changed, 42 insertions(+), 27 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/mtd/partitions/redboot-fis.txt > create mode 100644 Documentation/devicetree/bindings/mtd/partitions/redboot-fis.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>