aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/sram/sram.txt
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2016-04-20 17:32:15 +0200
committerRob Herring <robh@kernel.org>2016-04-25 08:38:44 -0500
commit2366b80f9122ab5100ad738f726a3c7539c1d1df (patch)
tree1b0e7ea16bcc6049b75e7a8a8225ef06a53a7e0b /Documentation/devicetree/bindings/sram/sram.txt
parentdevicetree: bindings: designware-pcie: Fix unit address (diff)
downloadlinux-dev-2366b80f9122ab5100ad738f726a3c7539c1d1df.tar.xz
linux-dev-2366b80f9122ab5100ad738f726a3c7539c1d1df.zip
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>
Diffstat (limited to 'Documentation/devicetree/bindings/sram/sram.txt')
-rw-r--r--Documentation/devicetree/bindings/sram/sram.txt2
1 files changed, 1 insertions, 1 deletions
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>;