On Fri, 15 Jan 2021 16:38:59 +0100, Rafał Miłecki wrote: > From: Rafał Miłecki <[email protected]> > > Single partition binding is quite common and may be: > 1. Used by multiple parsers > 2. Extended for more specific cases > > Move it to separated file to avoid code duplication. > > Signed-off-by: Rafał Miłecki <[email protected]> > --- > .../mtd/partitions/fixed-partitions.yaml | 33 +------------ > .../bindings/mtd/partitions/partition.yaml | 47 +++++++++++++++++++ > 2 files changed, 48 insertions(+), 32 deletions(-) > create mode 100644 > Documentation/devicetree/bindings/mtd/partitions/partition.yaml >
Reviewed-by: Rob Herring <[email protected]>

