Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1* Marvell SD8787 power sequence provider
2
3Required 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
10Example:
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 }