misc: sram: DT spelling s/#adress-cells/#address-cells/

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
Geert Uytterhoeven 2016-04-20 17:32:15 +02:00 committed by Rob Herring
parent ea9b269fa5
commit 2366b80f91
1 changed files with 1 additions and 1 deletions

View 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>;