Message ID | 1429171394-16573-1-git-send-email-afenkart@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 16 April 2015 at 10:03, Andreas Fenkart <afenkart@gmail.com> wrote: > Signed-off-by: Andreas Fenkart <afenkart@gmail.com> Thanks, applied. Kind regards Uffe > --- > 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 > -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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"; }
Signed-off-by: Andreas Fenkart <afenkart@gmail.com> --- Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)