From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 41D19DDDA0 for ; Wed, 22 Apr 2009 07:11:08 +1000 (EST) Message-Id: From: Kumar Gala To: Becky Bruce In-Reply-To: <1240244810-32193-5-git-send-email-beckyb@kernel.crashing.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: [PATCH 2/5] powerpc: Add 36-bit device tree for mpc8641hpcn Date: Tue, 21 Apr 2009 16:11:03 -0500 References: <1240244810-32193-1-git-send-email-beckyb@kernel.crashing.org> <1240244810-32193-2-git-send-email-beckyb@kernel.crashing.org> <1240244810-32193-3-git-send-email-beckyb@kernel.crashing.org> <1240244810-32193-4-git-send-email-beckyb@kernel.crashing.org> <1240244810-32193-5-git-send-email-beckyb@kernel.crashing.org> Cc: Linuxppc-dev Development List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Apr 20, 2009, at 11:26 AM, Becky Bruce wrote: > The new dts places most of the devices in physical address space > above 32-bits, which allows us to have more than 4GB of RAM present. > > Signed-off-by: Becky Bruce > --- > arch/powerpc/boot/dts/mpc8641_hpcn_36b.dts | 597 +++++++++++++++++++ > +++++++++ > 1 files changed, 597 insertions(+), 0 deletions(-) > create mode 100644 arch/powerpc/boot/dts/mpc8641_hpcn_36b.dts applied to next. We can deal with any simple-bus issues in a follow up patch. - k