From: marek@goldelico.com (Marek Belisko)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] Documentation: devicetree: mmc: Document reset-gpio property
Date: Thu, 3 Jul 2014 22:49:24 +0200 [thread overview]
Message-ID: <1404420564-30245-2-git-send-email-marek@goldelico.com> (raw)
In-Reply-To: <1404420564-30245-1-git-send-email-marek@goldelico.com>
Signed-off-by: Marek Belisko <marek@goldelico.com>
---
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 at 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;
--
1.9.1
next prev parent reply other threads:[~2014-07-03 20:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-03 20:49 [PATCH 1/2] mmc: hsmmc: Add reset gpio configuration option Marek Belisko
2014-07-03 20:49 ` Marek Belisko [this message]
2014-07-03 22:41 ` Felipe Balbi
2014-07-03 23:01 ` Russell King - ARM Linux
2014-07-26 19:48 ` Belisko Marek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1404420564-30245-2-git-send-email-marek@goldelico.com \
--to=marek@goldelico.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox