aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/mmc
diff options
context:
space:
mode:
authorAndreas Fenkart <afenkart@gmail.com>2015-04-16 10:03:14 +0200
committerUlf Hansson <ulf.hansson@linaro.org>2015-05-25 09:20:06 +0200
commit638a9818f2bfd9ada6d4319116097e4ed70815cf (patch)
treeac0548637c5ff047c8e611559cfa76e860282ad9 /Documentation/devicetree/bindings/mmc
parentmmc: sh_mmcif: separate sh_mmcif_clk_update() into setup and prepare (diff)
downloadlinux-dev-638a9818f2bfd9ada6d4319116097e4ed70815cf.tar.xz
linux-dev-638a9818f2bfd9ada6d4319116097e4ed70815cf.zip
mmc: pwrseq: dt: example with reset clock and active low pin
Signed-off-by: Andreas Fenkart <afenkart@gmail.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mmc')
-rw-r--r--Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt b/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt
index a462c50f19a8..ce0e76749671 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";
}