From: Geert Uytterhoeven Date: Wed, 20 Apr 2016 15:32:15 +0000 (+0200) Subject: misc: sram: DT spelling s/#adress-cells/#address-cells/ X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2366b80f9122ab5100ad738f726a3c7539c1d1df;p=linux-beck.git misc: sram: DT spelling s/#adress-cells/#address-cells/ Signed-off-by: Geert Uytterhoeven Signed-off-by: Rob Herring --- diff --git a/Documentation/devicetree/bindings/sram/sram.txt b/Documentation/devicetree/bindings/sram/sram.txt index 227e3a341af1..add48f09015e 100644 --- a/Documentation/devicetree/bindings/sram/sram.txt +++ b/Documentation/devicetree/bindings/sram/sram.txt @@ -51,7 +51,7 @@ sram: sram@5c000000 { compatible = "mmio-sram"; reg = <0x5c000000 0x40000>; /* 256 KiB SRAM at address 0x5c000000 */ - #adress-cells = <1>; + #address-cells = <1>; #size-cells = <1>; ranges = <0 0x5c000000 0x40000>;