From patchwork Thu Jul 3 20:49:24 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Belisko X-Patchwork-Id: 4476931 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id CA89D9F36A for ; Thu, 3 Jul 2014 20:49:58 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id CC46520253 for ; Thu, 3 Jul 2014 20:49:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F246520254 for ; Thu, 3 Jul 2014 20:49:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932430AbaGCUto (ORCPT ); Thu, 3 Jul 2014 16:49:44 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:46861 "EHLO mail-wg0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751431AbaGCUtm (ORCPT ); Thu, 3 Jul 2014 16:49:42 -0400 Received: by mail-wg0-f49.google.com with SMTP id y10so803206wgg.32 for ; Thu, 03 Jul 2014 13:49:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=ZEnuWOatMzs3ZmK7ujP4NXucrmBGWw22OVwNFxYzANU=; b=wtGW7uGoGoqLzulNv5RRvE3aQY+r0CVzgsKF4pIYTtzFHiGYOUeJ5ZYYR2bXdGi6Wy dIBepfs/5ISb2TZDa/XjZmBkCLVS3LQi7ENNhBNjwHmx+48pH2LC78ZvEr/7YdUAo+R2 o0oOgm+mzI+k66MWVvvYl90jtZRHozJ9XWMIkZq72aTVioACfyhnUuGKiRFeEMnBfTJr 4Uo7g+YPYHPtDZkJuWs2srQcwFhyREdBPmyWxG9ze8FNMABzW/WdYTDi2Q7KVvCp2IgR iE6H73sr4z2ZuRrSQdMxmFwqEy4tbMUHq/6gC8V5dbwqIcck7KFt2DXvvBwEdpf1KWxq 6SXA== X-Received: by 10.180.108.133 with SMTP id hk5mr13190880wib.77.1404420580334; Thu, 03 Jul 2014 13:49:40 -0700 (PDT) Received: from nb.lan (ip-85.163.190.126.o2inet.sk. [85.163.190.126]) by mx.google.com with ESMTPSA id pj4sm8698743wic.12.2014.07.03.13.49.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 03 Jul 2014 13:49:39 -0700 (PDT) From: Marek Belisko To: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, tony@atomide.com, linux@arm.linux.org.uk, balajitk@ti.com, chris@printf.net, ulf.hansson@linaro.org Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mmc@vger.kernel.org, hns@goldelico.com, marek@goldelico.com Subject: [PATCH 2/2] Documentation: devicetree: mmc: Document reset-gpio property Date: Thu, 3 Jul 2014 22:49:24 +0200 Message-Id: <1404420564-30245-2-git-send-email-marek@goldelico.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1404420564-30245-1-git-send-email-marek@goldelico.com> References: <1404420564-30245-1-git-send-email-marek@goldelico.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID,T_RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Marek Belisko --- Documentation/devicetree/bindings/mmc/mmc.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/mmc/mmc.txt b/Documentation/devicetree/bindings/mmc/mmc.txt index 431716e..b094bd2 100644 --- a/Documentation/devicetree/bindings/mmc/mmc.txt +++ b/Documentation/devicetree/bindings/mmc/mmc.txt @@ -21,6 +21,7 @@ Optional properties: below for the case, when a GPIO is used for the CD line - wp-inverted: when present, polarity on the WP line is inverted. See the note below for the case, when a GPIO is used for the WP line +- reset-gpios: Specify GPIOs which will be hold down when turning power regulator - max-frequency: maximum operating clock frequency - no-1-8-v: when present, denotes that 1.8v card voltage is not supported on this system, even if the controller claims it is. @@ -72,6 +73,7 @@ sdhci@ab000000 { cd-gpios = <&gpio 69 0>; cd-inverted; wp-gpios = <&gpio 70 0>; + reset-gpios = <&gpio 71 0>; max-frequency = <50000000>; keep-power-in-suspend; enable-sdio-wakeup;