Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mtd: partitions: Add AFS partitions DT bindings

This adds device tree bindings for ARM Firmware Suite
flash partitioning used in NOR flashes on ARM reference
designs.

Cc: devicetree@vger.kernel.org
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Richard Weinberger <richard@nod.at>

authored by

Linus Walleij and committed by
Richard Weinberger
2485fa53 2aa3b8e1

+17
+17
Documentation/devicetree/bindings/mtd/partitions/arm,arm-firmware-suite.txt
··· 1 + ARM AFS - ARM Firmware Suite Partitions 2 + ======================================= 3 + 4 + The ARM Firmware Suite is a flash partitioning system found on the 5 + ARM reference designs: Integrator AP, Integrator CP, Versatile AB, 6 + Versatile PB, the RealView family, Versatile Express and Juno. 7 + 8 + Required properties: 9 + - compatible : (required) must be "arm,arm-firmware-suite" 10 + 11 + Example: 12 + 13 + flash@0 { 14 + partitions { 15 + compatible = "arm,arm-firmware-suite"; 16 + }; 17 + };