From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id 6B38CB84F4 for ; Fri, 7 Aug 2009 12:44:15 +1000 (EST) 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 C4ECBDDD01 for ; Fri, 7 Aug 2009 12:44:14 +1000 (EST) Message-Id: From: Kumar Gala To: Anton Vorontsov In-Reply-To: <20090709183644.GA1614@oksana.dev.rtsoft.ru> Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: [PATCH] powerpc/85xx: Add support for I2C EEPROMs on MPC8548CDS boards Date: Thu, 6 Aug 2009 21:44:09 -0500 References: <20090709183644.GA1614@oksana.dev.rtsoft.ru> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Jul 9, 2009, at 1:36 PM, Anton Vorontsov wrote: > This patch simply adds four eeprom nodes to MPC8548CDS' device tree. > > Signed-off-by: Anton Vorontsov > --- > arch/powerpc/boot/dts/mpc8548cds.dts | 20 ++++++++++++++++++++ > 1 files changed, 20 insertions(+), 0 deletions(-) > applied to next. - k