From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.wrs.com (mail.windriver.com [147.11.1.11]) by ozlabs.org (Postfix) with ESMTP id 07D35DE29B for ; Tue, 6 May 2008 06:04:27 +1000 (EST) Message-ID: <481F685C.400@gmail.com> Date: Mon, 05 May 2008 16:04:44 -0400 From: Jeremy McNicoll MIME-Version: 1.0 To: Jeremy McNicoll Subject: Re: [PATCH] SBC8548: Add flash support and HW Rev reporting References: <1209759601-5659-1-git-send-email-jeremy.mcnicoll@windriver.com> In-Reply-To: <1209759601-5659-1-git-send-email-jeremy.mcnicoll@windriver.com> Content-Type: text/plain; charset=ISO-8859-1; 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: , Jeremy McNicoll wrote: > The following adds local bus, flash and MTD partition nodes for > sbc8548. As well, a compatible field for the soc node, so that > of_platform_bus_probe() will pick it up. > > Something that is provided through this newly added epld node > is the Hardware Revision is now being reported at bootup. > > Signed-off-by: Jeremy McNicoll > --- > arch/powerpc/boot/dts/sbc8548.dts | 94 +++++++++++++++++++++++++++++++++ > arch/powerpc/platforms/85xx/sbc8548.c | 25 +++++++++ > 2 files changed, 119 insertions(+), 0 deletions(-) > This patch may not be as efficient as it could be, an updated version to follow. -jeremy