diff mbox series

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

Message ID 20241113225632.1783241-1-robh@kernel.org
State New
Headers show
Series dt-bindings: mtd: fixed-partitions: Fix "compression" typo | expand

Commit Message

Rob Herring (Arm) Nov. 13, 2024, 10:56 p.m. UTC
The example erroneously has "compress" property rather than the
documented "compression" property.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 .../devicetree/bindings/mtd/partitions/fixed-partitions.yaml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Conor Dooley Nov. 14, 2024, 7:59 p.m. UTC | #1
On Wed, Nov 13, 2024 at 04:56:31PM -0600, Rob Herring (Arm) wrote:
> The example erroneously has "compress" property rather than the
> documented "compression" property.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Rob Herring (Arm) Dec. 3, 2024, 5:14 p.m. UTC | #2
On Wed, 13 Nov 2024 16:56:31 -0600, Rob Herring (Arm) wrote:
> The example erroneously has "compress" property rather than the
> documented "compression" property.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
>  .../devicetree/bindings/mtd/partitions/fixed-partitions.yaml    | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!
Miquel Raynal Dec. 5, 2024, 9:57 a.m. UTC | #3
Hi Rob,

On 03/12/2024 at 11:14:21 -06, "Rob Herring (Arm)" <robh@kernel.org> wrote:

> On Wed, 13 Nov 2024 16:56:31 -0600, Rob Herring (Arm) wrote:
>> The example erroneously has "compress" property rather than the
>> documented "compression" property.
>> 
>> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
>> ---
>>  .../devicetree/bindings/mtd/partitions/fixed-partitions.yaml    | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>
> Applied, thanks!

No problem, I always have a bit of delay but this was in my "to apply"
list ;)

Cheers,
Miquèl
diff mbox series

Patch

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";
         };
     };