We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0339f62 commit 8baba8dCopy full SHA for 8baba8d
Documentation/devicetree/bindings/mtd/partitions/fixed-partitions.yaml
@@ -29,6 +29,24 @@ properties:
29
30
"#size-cells": true
31
32
+ compression:
33
+ $ref: /schemas/types.yaml#/definitions/string
34
+ description: |
35
+ Compression algorithm used to store the data in this partition, chosen
36
+ from a list of well-known algorithms.
37
+
38
+ The contents are compressed using this algorithm.
39
40
+ enum:
41
+ - none
42
+ - bzip2
43
+ - gzip
44
+ - lzop
45
+ - lz4
46
+ - lzma
47
+ - xz
48
+ - zstd
49
50
patternProperties:
51
"@[0-9a-f]+$":
52
$ref: partition.yaml#
@@ -64,6 +82,7 @@ examples:
64
82
65
83
uimage@100000 {
66
84
reg = <0x0100000 0x200000>;
85
+ compress = "lzma";
67
86
};
68
87
69
88
0 commit comments