Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.11-rc2 16 lines 455 B view raw
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 }