From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from imap.sh.mvista.com (unknown [63.81.120.155]) by ozlabs.org (Postfix) with ESMTP id 95FCFDE728 for ; Tue, 16 Oct 2007 01:42:01 +1000 (EST) Message-ID: <47138A54.8030307@ru.mvista.com> Date: Mon, 15 Oct 2007 19:42:12 +0400 From: Sergei Shtylyov MIME-Version: 1.0 To: Anton Vorontsov Subject: Re: [PATCH 1/2] [RFC][POWERPC] MPC8568E-MDS: create localbus node References: <20071015153525.GA28761@localhost.localdomain> In-Reply-To: <20071015153525.GA28761@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Anton Vorontsov wrote: > This patch creates localbus node, moves bcsr into it, and adds > localbus to the probe path. > Signed-off-by: Anton Vorontsov > diff --git a/arch/powerpc/boot/dts/mpc8568mds.dts b/arch/powerpc/boot/dts/mpc8568mds.dts > index 5439437..296adc3 100644 > --- a/arch/powerpc/boot/dts/mpc8568mds.dts > +++ b/arch/powerpc/boot/dts/mpc8568mds.dts > @@ -42,9 +42,17 @@ > reg = <00000000 10000000>; > }; > > - bcsr@f8000000 { > - device_type = "board-control"; > - reg = ; > + localbus@f0000000 { > + compatible = "fsl,mpc8568mds-localbus"; Is the entity described as "localbus" indeed so *board* specific? > + #address-cells = <2>; > + #size-cells = <1>; > + reg = ; > + ranges = <0 0 f8000000 0008000>; Isn't that range a part of "reg"? > + > + bcsr@0,0 { > + device_type = "board-control"; > + reg = <0 0 8000>; > + }; > }; > > soc8568@e0000000 { WBR, Sergei