summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/mtd/partition.txt
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-02-03 10:24:45 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-02-04 08:40:35 +0100
commit91eaef87b51e20e4a2d12c34c72a02cbac036b1a (patch)
treef1e54922934eb5e0d67fcbc277aeb4b743e590d3 /dts/Bindings/mtd/partition.txt
parentd597afe7fbb0ac8ed0bcc48a5a73ca0ff62e7e63 (diff)
downloadbarebox-91eaef87b51e20e4a2d12c34c72a02cbac036b1a.tar.gz
barebox-91eaef87b51e20e4a2d12c34c72a02cbac036b1a.tar.xz
dts: update to v4.4-rc6
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'dts/Bindings/mtd/partition.txt')
-rw-r--r--dts/Bindings/mtd/partition.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/dts/Bindings/mtd/partition.txt b/dts/Bindings/mtd/partition.txt
index f1e2a02381..1c63e40659 100644
--- a/dts/Bindings/mtd/partition.txt
+++ b/dts/Bindings/mtd/partition.txt
@@ -6,7 +6,9 @@ used for what purposes, but which don't use an on-flash partition table such
as RedBoot.
The partition table should be a subnode of the mtd node and should be named
-'partitions'. Partitions are defined in subnodes of the partitions node.
+'partitions'. This node should have the following property:
+- compatible : (required) must be "fixed-partitions"
+Partitions are then defined in subnodes of the partitions node.
For backwards compatibility partitions as direct subnodes of the mtd device are
supported. This use is discouraged.
@@ -36,6 +38,7 @@ Examples:
flash@0 {
partitions {
+ compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
@@ -53,6 +56,7 @@ flash@0 {
flash@1 {
partitions {
+ compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <2>;
@@ -66,6 +70,7 @@ flash@1 {
flash@2 {
partitions {
+ compatible = "fixed-partitions";
#address-cells = <2>;
#size-cells = <2>;