Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > 8b9b5c58390f0bd1cae76d964afc8f64 > files > 2445

kernel-doc-4.14.62-2.mga6.noarch.rpm

* Marvell SD8787 power sequence provider

Required properties:
- compatible: must be "mmc-pwrseq-sd8787".
- powerdown-gpios: contains a power down GPIO specifier with the
		   default active state
- reset-gpios: contains a reset GPIO specifier with the default
		   active state

Example:

	wifi_pwrseq: wifi_pwrseq {
		compatible = "mmc-pwrseq-sd8787";
		powerdown-gpios = <&twl_gpio 0 GPIO_ACTIVE_LOW>;
		reset-gpios = <&twl_gpio 1 GPIO_ACTIVE_LOW>;
	}