From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 10/14] misc: sram: DT spelling s/#adress-cells/#address-cells/ Date: Mon, 25 Apr 2016 08:44:09 -0500 Message-ID: <20160425134409.GA4060@rob-hp-laptop> References: <1461166339-11109-1-git-send-email-geert+renesas@glider.be> <1461166339-11109-11-git-send-email-geert+renesas@glider.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1461166339-11109-11-git-send-email-geert+renesas@glider.be> Sender: linux-pci-owner@vger.kernel.org To: Geert Uytterhoeven Cc: Dmitry Torokhov , Lee Jones , Zhou Wang , Tony Lindgren , Srinivas Kandagatla , Michael Ellerman , Vinod Koul , Mark Brown , Alexandre Belloni , Joe Perches , devicetree@vger.kernel.org, linux-input@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pci@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, dmaengine@vger.kernel.org List-Id: devicetree@vger.kernel.org On Wed, Apr 20, 2016 at 05:32:15PM +0200, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven Applied, thanks. Rob > --- > Documentation/devicetree/bindings/sram/sram.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/sram/sram.txt b/Documentation/devicetree/bindings/sram/sram.txt > index 227e3a341af1e2b5..add48f09015e212e 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>; > > -- > 1.9.1 >