From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <4863A424.5080904@grandegger.com> Date: Thu, 26 Jun 2008 16:13:56 +0200 From: Wolfgang Grandegger MIME-Version: 1.0 To: Kumar Gala Subject: Re: [PATCH] [POWERPC] 85xx: TQM8548: add missing support for RTC and LM75 References: <4863967F.8060806@grandegger.com> In-Reply-To: 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: , Kumar Gala wrote: > > On Jun 26, 2008, at 8:15 AM, Wolfgang Grandegger wrote: > >> It adds the missing RTC node to tqm8548.dts and enables support for >> I2C, DS1307 and LM75 in the default configuration. >> >> Signed-off-by: Wolfgang Grandegger >> --- >> arch/powerpc/boot/dts/tqm8548.dts | 5 >> arch/powerpc/configs/85xx/tqm8548_defconfig | 143 >> ++++++++++++++++++++++++++-- >> 2 files changed, 142 insertions(+), 6 deletions(-) > > your mailer is wrapping things. Hm, I can apply the patch extracted from my mail without problems. > Also, can you test out the mpc85xx_defconfig and make sure it works with > the tqm85xx boards (and provide a second patch that enables whatever > drivers you need in there) OK, will do so beginning of next week. For the TQM8548 I use the ELDK ppc_85xxDP and for all others the ppc_85xx tool chain. Does a mixed image for both types of MPC85xx CPUs make sense? Wolfgang.