From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw01.freescale.net (az33egw01.freescale.net [192.88.158.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw01.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 6EF2DDDED5 for ; Sat, 21 Jul 2007 05:13:36 +1000 (EST) Message-ID: <46A10931.4090208@freescale.com> Date: Fri, 20 Jul 2007 14:12:49 -0500 From: Scott Wood MIME-Version: 1.0 To: Randy Vinson Subject: Re: [PATCH 6/6] 85xxCDS: MPC8548 DTS cleanup. References: <46A10582.7020709@mvista.com> In-Reply-To: <46A10582.7020709@mvista.com> 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: , Randy Vinson wrote: > diff --git a/arch/powerpc/boot/dts/mpc8548cds.dts b/arch/powerpc/boot/dts/mpc8548cds.dts > index c241e4f..2c6fd63 100644 > --- a/arch/powerpc/boot/dts/mpc8548cds.dts > +++ b/arch/powerpc/boot/dts/mpc8548cds.dts > @@ -44,8 +44,14 @@ > #size-cells = <1>; > #interrupt-cells = <2>; > device_type = "soc"; > - ranges = <0 e0000000 00100000>; > - reg = ; // CCSRBAR 1M > + ranges = <00001000 e0001000 000ff000 > + 80000000 80000000 10000000 > + e2000000 e2000000 00800000 > + 90000000 90000000 10000000 > + e2800000 e2800000 00800000 > + a0000000 a0000000 20000000 > + e3000000 e3000000 01000000>; > + reg = ; // CCSRBAR > bus-frequency = <0>; Instead of duplicating all of these ranges, might we want to move the PCI node out of the SOC node, and include a phandle a PCI control node under the SOC (similar to the PQ2 /chipselect node in my patchset)? -Scott