-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devicetree: document new marvell-8xxx and pwrseq-sd8787 options
Cc: Rob Herring <robh@kernel.org> Cc: devicetree@vger.kernel.org Signed-off-by: Matt Ranostay <matt@ranostay.consulting> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Acked-by: Rob Herring <robh@kernel.org>
- Loading branch information
Matt Ranostay
authored and
Ulf Hansson
committed
Feb 13, 2017
1 parent
dfcba5f
commit e3fffc1
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
Documentation/devicetree/bindings/mmc/mmc-pwrseq-sd8787.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters