From patchwork Mon Mar 14 14:25:59 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 563 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:43:44 -0000 Delivered-To: patches@linaro.org Received: by 10.224.45.75 with SMTP id d11cs62145qaf; Mon, 14 Mar 2011 09:49:05 -0700 (PDT) Received: by 10.204.148.69 with SMTP id o5mr3205656bkv.193.1300120908869; Mon, 14 Mar 2011 09:41:48 -0700 (PDT) Received: from pig2.dooz.org (pig2.dooz.org [88.191.118.219]) by mx.google.com with ESMTPS id d22si8655977fav.93.2011.03.14.09.41.47 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 14 Mar 2011 09:41:47 -0700 (PDT) Received-SPF: neutral (google.com: 88.191.118.219 is neither permitted nor denied by domain of lool@dooz.org) client-ip=88.191.118.219; Authentication-Results: mx.google.com; spf=neutral (google.com: 88.191.118.219 is neither permitted nor denied by domain of lool@dooz.org) smtp.mail=lool@dooz.org Received: from bee.dooz.org (serris.dooz.org [88.166.229.232]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "bee.dooz.org", Issuer "CA Cert Signing Authority" (verified OK)) by pig2.dooz.org (Postfix) with ESMTPS id B0CCAC06CB for ; Mon, 14 Mar 2011 16:41:50 +0000 (UTC) Received: by bee.dooz.org (Postfix, from userid 1000) id E5B12FB7B; Mon, 14 Mar 2011 17:41:42 +0100 (CET) Resent-From: =?iso-8859-1?Q?Lo=EFc?= Minier Resent-Date: Mon, 14 Mar 2011 17:41:42 +0100 Resent-Message-ID: <20110314164142.GN18358@bee.dooz.org> Resent-To: patches@linaro.org X-Original-To: lool@dooz.org Received: from mombin.canonical.com (mombin.canonical.com [91.189.95.16]) by pig.zood.org (Postfix) with ESMTP id D5CD64C0C8 for ; Mon, 14 Mar 2011 15:24:34 +0100 (CET) Received: from localhost ([127.0.0.1] helo=mombin.canonical.com) by mombin.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Pz8hD-0004uT-9q; Mon, 14 Mar 2011 14:24:31 +0000 Received: from mail-pv0-f170.google.com ([74.125.83.170]) by mombin.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Pz8hB-0004oC-Lz for linaro-dev@lists.linaro.org; Mon, 14 Mar 2011 14:24:29 +0000 Received: by mail-pv0-f170.google.com with SMTP id 16so1238289pvg.1 for ; Mon, 14 Mar 2011 07:24:29 -0700 (PDT) Received: by 10.142.248.30 with SMTP id v30mr10699307wfh.196.1300112669185; Mon, 14 Mar 2011 07:24:29 -0700 (PDT) Received: from localhost.localdomain ([114.216.146.145]) by mx.google.com with ESMTPS id x11sm3671251wfd.1.2011.03.14.07.24.24 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 14 Mar 2011 07:24:28 -0700 (PDT) From: Shawn Guo To: devicetree-discuss@lists.ozlabs.org, linaro-dev@lists.linaro.org Subject: [PATCH 7/7] dt: update fsl-esdhc bindings for imx esdhc OF support Date: Mon, 14 Mar 2011 22:25:59 +0800 Message-Id: <1300112759-3495-8-git-send-email-shawn.guo@linaro.org> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1300112759-3495-1-git-send-email-shawn.guo@linaro.org> References: <1300112759-3495-1-git-send-email-shawn.guo@linaro.org> Cc: nicolas.pitre@linaro.org X-BeenThere: linaro-dev@lists.linaro.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Linaro Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linaro-dev-bounces@lists.linaro.org Errors-To: linaro-dev-bounces@lists.linaro.org Signed-off-by: Shawn Guo --- .../devicetree/bindings/mmc/fsl-esdhc.txt | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/Documentation/devicetree/bindings/mmc/fsl-esdhc.txt b/Documentation/devicetree/bindings/mmc/fsl-esdhc.txt index 64bcb8b..fac52e2 100644 --- a/Documentation/devicetree/bindings/mmc/fsl-esdhc.txt +++ b/Documentation/devicetree/bindings/mmc/fsl-esdhc.txt @@ -9,7 +9,10 @@ Required properties: - reg : should contain eSDHC registers location and length. - interrupts : should contain eSDHC interrupt. - interrupt-parent : interrupt source phandle. - - clock-frequency : specifies eSDHC base clock frequency. + - clock-frequency : (mandatory for powerpc platform) specifies + eSDHC base clock frequency. + - bus-clock : (mandatory for arm platform) specifies phandle of + eSDHC clock provider. - sdhci,wp-inverted : (optional) specifies that eSDHC controller reports inverted write-protect state; - sdhci,1-bit-only : (optional) specifies that a controller can