Hi, On 24 April 2017 at 14:41, Rafał Miłecki <zajec5@xxxxxxxxx> wrote: > From: Brian Norris <computersforpeace@xxxxxxxxx> > > Currently the only documented partitioning is "fixed-partitions" but > there are more methods in use that we may want to support in the future. > Mention them and make it clear Fixed Partitions are just a single case. > > Signed-off-by: Brian Norris <computersforpeace@xxxxxxxxx> > Signed-off-by: Rafał Miłecki <rafal@xxxxxxxxxx> > --- > This is based on Brian's patch: > [RFC PATCH 3/7] doc: dt: mtd: partition: add on-flash format binding > > V1: Dropped "Section B: On-Flash Partition Tables" with Google's FMAP as this > patchset doesn't add that new parser. > V2: Add "We currently only document a binding for fixed layouts." part > --- > .../devicetree/bindings/mtd/partition.txt | 30 +++++++++++++++++----- > 1 file changed, 24 insertions(+), 6 deletions(-) > > diff --git a/Documentation/devicetree/bindings/mtd/partition.txt b/Documentation/devicetree/bindings/mtd/partition.txt > index 81a224da63be..b5de311b967a 100644 > --- a/Documentation/devicetree/bindings/mtd/partition.txt > +++ b/Documentation/devicetree/bindings/mtd/partition.txt > @@ -1,29 +1,47 @@ > -Representing flash partitions in devicetree > +Flash partitions in device tree > +=============================== > > -Partitions can be represented by sub-nodes of an mtd device. This can be used > +Flash devices can be partitioned into one or more functional ranges (e.g. "boot > +code", "nvram", "kernel"). > + > +Different devices may be partitioned in a different ways. Some may use a fixed > +flash layout set at production time. Some may use on-flash table that describes > +the geometry and naming/purpose of each functional region. It is also possible > +to see these methods mixed. > + > +To assist system software in locating partitions, we provide a binding to > +describe which method is used for a given flash. Since patch 3 adds specifying methods through the compatible of the partitions subnode, maybe we should document that here? Something along "To assist system software in locating partitions, we allow describing which method is used for a given flash device. To describe the method there should be a subnode of the flash device that is named 'partitions'. It must have a 'compatible' property, which is used to identify the method to use." Regards Jonas -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html