Commit 23952171 authored by Rob Herring (Arm)'s avatar Rob Herring (Arm)
Browse files

dt-bindings: mtd: fixed-partitions: Fix "compression" typo



The example erroneously has "compress" property rather than the
documented "compression" property.

Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20241113225632.1783241-1-robh@kernel.org


Signed-off-by: default avatarRob Herring (Arm) <robh@kernel.org>
parent 60bc447c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ examples:

        uimage@100000 {
            reg = <0x0100000 0x200000>;
            compress = "lzma";
            compression = "lzma";
        };
    };