From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751391AbZHSBZ6 (ORCPT ); Tue, 18 Aug 2009 21:25:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751152AbZHSBZ6 (ORCPT ); Tue, 18 Aug 2009 21:25:58 -0400 Received: from gate.crashing.org ([63.228.1.57]:46722 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750997AbZHSBZ5 (ORCPT ); Tue, 18 Aug 2009 21:25:57 -0400 Cc: Andrew Morton , Pierre Ossman , David Vrabel , Ben Dooks , Sascha Hauer , linux-kernel@vger.kernel.org, sdhci-devel@lists.ossman.eu, linuxppc-dev@ozlabs.org Message-Id: From: Kumar Gala To: avorontsov@ru.mvista.com In-Reply-To: <20090818233818.GA29042@oksana.dev.rtsoft.ru> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: [PATCH v2] powerpc/85xx: Add eSDHC support for MPC8536DS boards Date: Tue, 18 Aug 2009 20:24:17 -0500 References: <20090807195724.GA24020@oksana.dev.rtsoft.ru> <20090807195822.GG2735@oksana.dev.rtsoft.ru> <20090818233818.GA29042@oksana.dev.rtsoft.ru> X-Mailer: Apple Mail (2.936) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Aug 18, 2009, at 6:38 PM, Anton Vorontsov wrote: > This patch simply adds sdhci node to the device tree. > > We specify clock-frequency manually, so that eSDHC will work without > upgrading U-Boot. Though, that'll only work for default setup (1500 > MHz) on new board revisions. For non-default setups, it's recommended > to upgrade U-Boot, since it will fixup clock-frequency automatically. > > Signed-off-by: Anton Vorontsov out of interest the 85xx eSDHC don't need the sdhci,wp-inverted property? - k