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 3F41DDDD06 for ; Tue, 13 Feb 2007 10:07:41 +1100 (EST) In-Reply-To: <11713184101239-git-send-email-tnt@246tNt.com> References: <11713184081457-git-send-email-tnt@246tNt.com> <11713184091057-git-send-email-tnt@246tNt.com> <11713184101239-git-send-email-tnt@246tNt.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <9B771992-8763-4257-83B8-90F7D5A24EC0@kernel.crashing.org> From: Kumar Gala Subject: Re: [PATCH 02/10] powerpc: Add device tree fixups for the EFIKA Date: Mon, 12 Feb 2007 17:06:53 -0600 To: Sylvain Munaut Cc: Linux PPC Dev ML , Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Feb 12, 2007, at 4:13 PM, Sylvain Munaut wrote: > We make the efika device tree compliant with the defined bindings > (at least compliant enough). This is mostly done by mangling > the device_type and compatible properties, but also adding > some missing bits. > > Signed-off-by: Sylvain Munaut > Acked-by: Grant Likely > --- > arch/powerpc/kernel/prom_init.c | 81 ++++++++++++++++++++++++++++ > +++++++++++ > 1 files changed, 81 insertions(+), 0 deletions(-) > > diff --git a/arch/powerpc/kernel/prom_init.c b/arch/powerpc/kernel/ > prom_init.c > index 520ef42..4fb5938 100644 > --- a/arch/powerpc/kernel/prom_init.c > +++ b/arch/powerpc/kernel/prom_init.c > @@ -2117,11 +2117,92 @@ #else > #define fixup_device_tree_pmac() > #endif > > +#ifdef CONFIG_PPC_EFIKA > can't this EFIKA fixup live in efika board code (platforms/52xx/efika*) - k