Commit 2366b80f authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Rob Herring

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

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent ea9b269f
......@@ -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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment