From patchwork Tue Aug 3 03:11:11 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zang Roy-R61911 X-Patchwork-Id: 60715 X-Patchwork-Delegate: galak@kernel.crashing.org Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from bilbo.ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id E5284100A18 for ; Tue, 3 Aug 2010 13:41:56 +1000 (EST) Received: by ozlabs.org (Postfix) id 541571007D3; Tue, 3 Aug 2010 13:41:49 +1000 (EST) Delivered-To: linuxppc-dev@ozlabs.org X-Greylist: delayed 906 seconds by postgrey-1.32 at bilbo; Tue, 03 Aug 2010 13:41:48 EST Received: from DB3EHSOBE002.bigfish.com (db3ehsobe002.messaging.microsoft.com [213.199.154.140]) by ozlabs.org (Postfix) with ESMTP id AEBEA1007D4 for ; Tue, 3 Aug 2010 13:41:48 +1000 (EST) Received: from mail60-db3-R.bigfish.com (10.3.81.241) by DB3EHSOBE002.bigfish.com (10.3.84.22) with Microsoft SMTP Server id 8.1.436.0; Tue, 3 Aug 2010 03:26:38 +0000 Received: from mail60-db3 (localhost.localdomain [127.0.0.1]) by mail60-db3-R.bigfish.com (Postfix) with ESMTP id BD9C619B80CE; Tue, 3 Aug 2010 03:26:38 +0000 (UTC) X-SpamScore: 6 X-BigFish: VS6(z37d5nzzz1202hzzz2dh2a8h62h) X-Spam-TCS-SCL: 1:0 Received: from mail60-db3 (localhost.localdomain [127.0.0.1]) by mail60-db3 (MessageSwitch) id 1280805998544697_31397; Tue, 3 Aug 2010 03:26:38 +0000 (UTC) Received: from DB3EHSMHS003.bigfish.com (unknown [10.3.81.245]) by mail60-db3.bigfish.com (Postfix) with ESMTP id 8200D44004D; Tue, 3 Aug 2010 03:26:38 +0000 (UTC) Received: from az33egw02.freescale.net (192.88.158.103) by DB3EHSMHS003.bigfish.com (10.3.87.103) with Microsoft SMTP Server (TLS) id 14.0.482.44; Tue, 3 Aug 2010 03:26:37 +0000 Received: from az33smr01.freescale.net (az33smr01.freescale.net [10.64.34.199]) by az33egw02.freescale.net (8.14.3/8.14.3) with ESMTP id o733QPfn029675; Mon, 2 Aug 2010 20:26:26 -0700 (MST) Received: from localhost.localdomain (rock.ap.freescale.net [10.193.20.106]) by az33smr01.freescale.net (8.13.1/8.13.0) with ESMTP id o733bdZa013858; Mon, 2 Aug 2010 22:37:42 -0500 (CDT) From: Roy Zang To: linux-mmc@vger.kernel.org Subject: [PATCH 2/3 v2] dts: Add sdhci, auto-cmd12 field for p4080 device tree Date: Tue, 3 Aug 2010 11:11:11 +0800 Message-ID: <1280805072-26112-2-git-send-email-tie-fei.zang@freescale.com> X-Mailer: git-send-email 1.5.6.5 In-Reply-To: <1280805072-26112-1-git-send-email-tie-fei.zang@freescale.com> References: <1280805072-26112-1-git-send-email-tie-fei.zang@freescale.com> MIME-Version: 1.0 X-Reverse-DNS: az33egw02.freescale.net Cc: linuxppc-dev@ozlabs.org, akpm@linux-foundation.org X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Signed-off-by: Roy Zang Acked-by: Anton Vorontsov --- Documentation/powerpc/dts-bindings/fsl/esdhc.txt | 2 ++ arch/powerpc/boot/dts/p4080ds.dts | 1 + 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Documentation/powerpc/dts-bindings/fsl/esdhc.txt b/Documentation/powerpc/dts-bindings/fsl/esdhc.txt index 8a00407..64bcb8b 100644 --- a/Documentation/powerpc/dts-bindings/fsl/esdhc.txt +++ b/Documentation/powerpc/dts-bindings/fsl/esdhc.txt @@ -14,6 +14,8 @@ Required properties: reports inverted write-protect state; - sdhci,1-bit-only : (optional) specifies that a controller can only handle 1-bit data transfers. + - sdhci,auto-cmd12: (optional) specifies that a controller can + only handle auto CMD12. Example: diff --git a/arch/powerpc/boot/dts/p4080ds.dts b/arch/powerpc/boot/dts/p4080ds.dts index 6b29eab..efa0091 100644 --- a/arch/powerpc/boot/dts/p4080ds.dts +++ b/arch/powerpc/boot/dts/p4080ds.dts @@ -280,6 +280,7 @@ reg = <0x114000 0x1000>; interrupts = <48 2>; interrupt-parent = <&mpic>; + sdhci,auto-cmd12; }; i2c@118000 {