]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dt-bindings: mtd: fixed-partitions: Fix "compression" typo
authorRob Herring (Arm) <robh@kernel.org>
Wed, 13 Nov 2024 22:56:31 +0000 (16:56 -0600)
committerRob Herring (Arm) <robh@kernel.org>
Tue, 3 Dec 2024 17:31:19 +0000 (11:31 -0600)
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>
Documentation/devicetree/bindings/mtd/partitions/fixed-partitions.yaml

index 058253d6d889c2c421a354418aac6d51c27a048f..62086366837cf5d6470bd721e4cfee1f615372d3 100644 (file)
@@ -82,7 +82,7 @@ examples:
 
         uimage@100000 {
             reg = <0x0100000 0x200000>;
-            compress = "lzma";
+            compression = "lzma";
         };
     };