These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / Documentation / devicetree / bindings / mmc / mmc-pwrseq-simple.txt
index a462c50..ce0e767 100644 (file)
@@ -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";
        }