From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from TX2EHSOBE007.bigfish.com (tx2ehsobe004.messaging.microsoft.com [65.55.88.14]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "mail.global.frontbridge.com", Issuer "Microsoft Secure Server Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id C87521007F2 for ; Fri, 11 Nov 2011 05:06:02 +1100 (EST) Date: Thu, 10 Nov 2011 12:05:42 -0600 From: Scott Wood To: Kumar Gala Subject: Re: [RFC][PATCH 08/30] powerpc/85xx: Rework P1020 SoC device tree Message-ID: <20111110180542.GA12203@schlenkerla.am.freescale.net> References: <1320941653-29797-1-git-send-email-galak@kernel.crashing.org> <1320941653-29797-2-git-send-email-galak@kernel.crashing.org> <1320941653-29797-3-git-send-email-galak@kernel.crashing.org> <1320941653-29797-4-git-send-email-galak@kernel.crashing.org> <1320941653-29797-5-git-send-email-galak@kernel.crashing.org> <1320941653-29797-6-git-send-email-galak@kernel.crashing.org> <1320941653-29797-7-git-send-email-galak@kernel.crashing.org> <1320941653-29797-8-git-send-email-galak@kernel.crashing.org> <1320941653-29797-9-git-send-email-galak@kernel.crashing.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" In-Reply-To: <1320941653-29797-9-git-send-email-galak@kernel.crashing.org> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Nov 10, 2011 at 10:13:51AM -0600, Kumar Gala wrote: > Split the P1020 SoC device tree into what we can include as a 'prefix' > to the board device tree and what needs to be included as a 'postfix'. > > This allows use more re-use and less duplication between various board > device tree configurations (32-bit address map vs 36-bit address map). Could you elaborate on the issues that require this pre/post approach? What does the SoC part need to specify that has to override or go within something the board specifies? -Scott