2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-27 08:05:27 +08:00

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

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