Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 638a9818 authored by Andreas Fenkart's avatar Andreas Fenkart Committed by Ulf Hansson
Browse files

mmc: pwrseq: dt: example with reset clock and active low pin

parent 9bb09a30
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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";
	}