From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nommos.sslcatacombnetworking.com (nommos.sslcatacombnetworking.com [67.18.224.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id BD7D3DDE2F for ; Thu, 10 May 2007 15:19:42 +1000 (EST) Date: Thu, 10 May 2007 00:15:01 -0500 (CDT) From: Kumar Gala To: Scott Wood Subject: Re: [PATCH 1/2] Fix the PCI ranges in the MPC832x_MDS device tree. In-Reply-To: <20070501174847.GA31612@ld0162-tx32.am.freescale.net> Message-ID: References: <20070501174847.GA31612@ld0162-tx32.am.freescale.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 1 May 2007, Scott Wood wrote: > The MPC832x_MDS device tree's PCI non-prefetchable MMIO range was > specified incorrectly. Both the local and bus addresses start at > 0x90000000. > > Signed-off-by: Scott Wood > --- > arch/powerpc/boot/dts/mpc832x_mds.dts | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > applied. - k