Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1417044
| From | Shawn Lin <shawn.lin@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RFC PATCH 1/4] Documentation: mmc: add description for new caps |
| Date | 2016-06-08 10:30 +0200 |
| Message-ID | <rHH2a-6b9-23@gated-at.bofh.it> (permalink) |
| References | <rHH29-6b9-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Let's add some basic description for cap-no-sdio, cap-no-sd and cap-no-mmc. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> --- Documentation/devicetree/bindings/mmc/mmc.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/mmc/mmc.txt b/Documentation/devicetree/bindings/mmc/mmc.txt index ecc007a..e16d42b 100644 --- a/Documentation/devicetree/bindings/mmc/mmc.txt +++ b/Documentation/devicetree/bindings/mmc/mmc.txt @@ -39,6 +39,9 @@ Optional properties: - cap-power-off-card: powering off the card is safe - cap-mmc-hw-reset: eMMC hardware reset is supported - cap-sdio-irq: enable SDIO IRQ signalling on this interface +- cap-no-sdio: skip sending sdio cmd during initialization +- cap-no-sd: skip sending sd cmd during initialization +- cap-no-mmc: skip sending mmc cmd during initialization - full-pwr-cycle: full power cycle of the card is supported - mmc-ddr-1_8v: eMMC high-speed DDR mode(1.8V I/O) is supported - mmc-ddr-1_2v: eMMC high-speed DDR mode(1.2V I/O) is supported -- 2.3.7
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[RFC PATCH 1/4] Documentation: mmc: add description for new caps Shawn Lin <shawn.lin@rock-chips.com> - 2016-06-08 10:30 +0200 Re: [RFC PATCH 1/4] Documentation: mmc: add description for new caps Rob Herring <robh@kernel.org> - 2016-06-08 22:50 +0200
csiph-web