dt-bindings: mtd: convert "fixed-partitions" to the json-schema
authorRafał Miłecki <rafal@milecki.pl>
Thu, 10 Dec 2020 17:23:52 +0000 (18:23 +0100)
committerRob Herring <robh@kernel.org>
Fri, 11 Dec 2020 03:57:02 +0000 (21:57 -0600)
commit04e9ab75267489224364fa510a88ada83e11c325
tree255c8c969348f604c4adf6388928d66a6870cf42
parent60a2a8ff3380d42090dd9f9c9ed0987c527254dc
dt-bindings: mtd: convert "fixed-partitions" to the json-schema

This standardizes its documentation, allows validating with Makefile
checks and helps writing DTS files.

Noticeable changes:
1. Dropped "Partitions can be represented by sub-nodes of a flash
   device." as we also support subpartitions (don't have to be part of
   flash device node)
2. Dropped "to Linux" as bindings are meant to be os agnostic.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Link: https://lore.kernel.org/r/20201210172352.31632-1-zajec5@gmail.com
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/mtd/partition.txt
Documentation/devicetree/bindings/mtd/partitions/fixed-partitions.yaml [new file with mode: 0644]