summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorRob Herring (Arm) <robh@kernel.org>2024-11-13 23:56:31 +0100
committerRob Herring (Arm) <robh@kernel.org>2024-12-03 18:31:19 +0100
commit239521712b2b568b99d5f0ef7c1f874d797f4a29 (patch)
tree1e4ddaaefb8f1bdfb3cdd373d68c46c8f8a5f9c2 /Documentation
parentof: Add #address-cells/#size-cells in the device-tree root empty node (diff)
downloadlinux-239521712b2b568b99d5f0ef7c1f874d797f4a29.tar.xz
linux-239521712b2b568b99d5f0ef7c1f874d797f4a29.zip
dt-bindings: mtd: fixed-partitions: Fix "compression" typo
The example erroneously has "compress" property rather than the documented "compression" property. Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20241113225632.1783241-1-robh@kernel.org Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/mtd/partitions/fixed-partitions.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mtd/partitions/fixed-partitions.yaml b/Documentation/devicetree/bindings/mtd/partitions/fixed-partitions.yaml
index 058253d6d889..62086366837c 100644
--- a/Documentation/devicetree/bindings/mtd/partitions/fixed-partitions.yaml
+++ b/Documentation/devicetree/bindings/mtd/partitions/fixed-partitions.yaml
@@ -82,7 +82,7 @@ examples:
uimage@100000 {
reg = <0x0100000 0x200000>;
- compress = "lzma";
+ compression = "lzma";
};
};