mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
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>
This commit is contained in:
parent
9bb09a30ee
commit
638a9818f2
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user