Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mmc-pwrseq-sd8787.txt « mmc « bindings « devicetree « Documentation - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 22e9340e4ba20dce393050b8ce0a0ce471210f57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
* 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>;
	}