diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2013-06-10 11:03:47 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2013-06-27 12:39:22 -0400 |
commit | 5a36d6bcdf23e408da1d0cbb5d5ad2a26089e9ca (patch) | |
tree | f2039fca81c696999deecd2ffbc4e34462d461b3 /Documentation | |
parent | 53275c2136cc76b6ff26f8bec268c4bef9bab837 (diff) |
mmc: core: Add DT-bindings for MMC_CAP2_FULL_PWR_CYCLE
The DT-binding for MMC_CAP2_FULL_PWR_CYCLE, is used to indicate whether
it is possible to perform a full power cycle of the card.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/mmc/mmc.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mmc/mmc.txt b/Documentation/devicetree/bindings/mmc/mmc.txt index 85aada2263d5..458b57f199af 100644 --- a/Documentation/devicetree/bindings/mmc/mmc.txt +++ b/Documentation/devicetree/bindings/mmc/mmc.txt | |||
@@ -28,6 +28,7 @@ Optional properties: | |||
28 | - cap-mmc-highspeed: MMC high-speed timing is supported | 28 | - cap-mmc-highspeed: MMC high-speed timing is supported |
29 | - cap-power-off-card: powering off the card is safe | 29 | - cap-power-off-card: powering off the card is safe |
30 | - cap-sdio-irq: enable SDIO IRQ signalling on this interface | 30 | - cap-sdio-irq: enable SDIO IRQ signalling on this interface |
31 | - full-pwr-cycle: full power cycle of the card is supported | ||
31 | 32 | ||
32 | *NOTE* on CD and WP polarity. To use common for all SD/MMC host controllers line | 33 | *NOTE* on CD and WP polarity. To use common for all SD/MMC host controllers line |
33 | polarity properties, we have to fix the meaning of the "normal" and "inverted" | 34 | polarity properties, we have to fix the meaning of the "normal" and "inverted" |