Merge remote-tracking branches 'asoc/topic/rockchip', 'asoc/topic/rt5514', 'asoc...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / mmc / mmc-pwrseq-sd8787.txt
1 * Marvell SD8787 power sequence provider
2
3 Required properties:
4 - compatible: must be "mmc-pwrseq-sd8787".
5 - powerdown-gpios: contains a power down GPIO specifier with the
6                    default active state
7 - reset-gpios: contains a reset GPIO specifier with the default
8                    active state
9
10 Example:
11
12         wifi_pwrseq: wifi_pwrseq {
13                 compatible = "mmc-pwrseq-sd8787";
14                 powerdown-gpios = <&twl_gpio 0 GPIO_ACTIVE_LOW>;
15                 reset-gpios = <&twl_gpio 1 GPIO_ACTIVE_LOW>;
16         }