misc: sram: DT spelling s/#adress-cells/#address-cells/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 20 Apr 2016 15:32:15 +0000 (17:32 +0200)
committerRob Herring <robh@kernel.org>
Mon, 25 Apr 2016 13:38:44 +0000 (08:38 -0500)
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/sram/sram.txt

index 227e3a3..add48f0 100644 (file)
@@ -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>;