From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 6 Jul 2011 11:43:19 +0200 From: Anatolij Gustschin To: Grant Likely Subject: Re: [PATCH 1/2] powerpc/5200: mpc5200b.dtsi: add spi node address- and size-cells properties Message-ID: <20110706114319.17af93a3@wker> In-Reply-To: <1305561764-5942-1-git-send-email-agust@denx.de> References: <1305561764-5942-1-git-send-email-agust@denx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: devicetree-discuss@lists.ozlabs.org, linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Grant, can you please pick these patches for 3.1 ? On Mon, 16 May 2011 18:02:43 +0200 Anatolij Gustschin wrote: > Both, #address-cells and #size-cells properties are required > for spi bus node, so add them. > > Signed-off-by: Anatolij Gustschin > --- > arch/powerpc/boot/dts/mpc5200b.dtsi | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/arch/powerpc/boot/dts/mpc5200b.dtsi b/arch/powerpc/boot/dts/mpc5200b.dtsi > index bc27548..7ab286a 100644 > --- a/arch/powerpc/boot/dts/mpc5200b.dtsi > +++ b/arch/powerpc/boot/dts/mpc5200b.dtsi > @@ -147,6 +147,8 @@ > }; > > spi@f00 { > + #address-cells = <1>; > + #size-cells = <0>; > compatible = "fsl,mpc5200b-spi","fsl,mpc5200-spi"; > reg = <0xf00 0x20>; > interrupts = <2 13 0 2 14 0>; Thanks, Anatolij