* [PATCH] mmc: pwrseq: dt: example with reset clock and active low pin
@ 2015-04-16 8:03 Andreas Fenkart
[not found] ` <1429171394-16573-1-git-send-email-afenkart-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Andreas Fenkart @ 2015-04-16 8:03 UTC (permalink / raw)
To: linux-mmc
Cc: Ulf Hansson, Javier Martinez Canillas, devicetree,
Andreas Fenkart
Signed-off-by: Andreas Fenkart <afenkart@gmail.com>
---
Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt b/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt
index a462c50..ce0e767 100644
--- a/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt
+++ b/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt
@@ -21,5 +21,7 @@ Example:
sdhci0_pwrseq {
compatible = "mmc-pwrseq-simple";
- reset-gpios = <&gpio1 12 0>;
+ reset-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
+ clocks = <&clk_32768_ck>;
+ clock-names = "ext_clock";
}
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-05 8:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-16 8:03 [PATCH] mmc: pwrseq: dt: example with reset clock and active low pin Andreas Fenkart
[not found] ` <1429171394-16573-1-git-send-email-afenkart-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-05-05 8:33 ` Ulf Hansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).