]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit75e45b385fd79bce1c5492170f73d37209a234ca
tree255c8c969348f604c4adf6388928d66a6870cf42
parentbf5f6c16bbca380bb9e2f834c2ae678042cdd29e
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]