dt-bindings: mtd: fixed-partition: Add binman compatibles
authorSimon Glass <sjg@chromium.org>
Fri, 12 Apr 2024 15:32:49 +0000 (09:32 -0600)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 15 Apr 2024 10:06:03 +0000 (12:06 +0200)
commitf48d2d6ebd3bde515f4725a88e53953cd6eccc29
tree06c106a41d9d3b66c3e4c1d987aaa856c832206e
parentd8d42d47a9ff9a997abccab1e4ebffe4fce28f32
dt-bindings: mtd: fixed-partition: Add binman compatibles

Add two compatibles for binman entries, as a starting point for the
schema.

Note that, after discussion on v2, we decided to keep the existing
meaning of label so as not to require changes to existing userspace
software when moving to use binman nodes to specify the firmware
layout.

Note also that, after discussion on v6, we decided to use the same
'fixed-partition' schema for the binman features, so this version
adds a new 'binman.yaml' file providing the new compatibles to the
existing partition.yaml binding.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20240412153249.100787-2-sjg@chromium.org
Documentation/devicetree/bindings/mtd/partitions/binman.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/mtd/partitions/partition.yaml
MAINTAINERS