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 C67E6B727C for ; Sat, 20 Jun 2009 01:39:51 +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 244F3DDD1C for ; Sat, 20 Jun 2009 01:39:50 +1000 (EST) Message-Id: From: Kumar Gala To: avorontsov@ru.mvista.com In-Reply-To: <20090619153113.GA6267@oksana.dev.rtsoft.ru> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: [PATCH] powerpc/85xx: Make eSDHC 1-bit only transfer mode default for MPC8569E-MDS Date: Fri, 19 Jun 2009 10:39:42 -0500 References: <20090618233752.GA13279@oksana.dev.rtsoft.ru> <7898009C-2A9D-45D3-8C2B-1AFA90C4CB31@kernel.crashing.org> <20090619153113.GA6267@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 Jun 19, 2009, at 10:31 AM, Anton Vorontsov wrote: > On Thu, Jun 18, 2009 at 09:25:46PM -0500, Kumar Gala wrote: >> >> On Jun 18, 2009, at 6:37 PM, Anton Vorontsov wrote: >> >>> For yet unknown reason 4-bit mode doesn't work on MPC8569E-MDS >>> boards, >>> so make 1-bit mode default. When we resolve the issue, u-boot will >>> remove sdhci,1-bit-only property from the device tree, while SDHCI >>> will still work with older u-boots. >>> >>> Signed-off-by: Anton Vorontsov >>> --- >>> arch/powerpc/boot/dts/mpc8569mds.dts | 1 + >>> 1 files changed, 1 insertions(+), 0 deletions(-) >> >> Did I miss the patch that adds this property defn. to our docs? > > Yep. ;-) > > http://lists.ozlabs.org/pipermail/linuxppc-dev/2009-June/073394.html Ok. I'll wait for Pierre to ack or pick up that patch before pulling in the .dts change. - k