]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mmc: fix DT binding documentation SDHCI left-over
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Wed, 16 Jan 2013 16:20:41 +0000 (17:20 +0100)
committerChris Ball <cjb@laptop.org>
Sun, 24 Feb 2013 19:36:58 +0000 (14:36 -0500)
The file Documentation/devicetree/bindings/mmc/mmc.txt is common for all
MMC host drivers. Use a generic MMC host reference instead of an SDHCI
left-over.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
Documentation/devicetree/bindings/mmc/mmc.txt

index a591c6741d75b2cd4cf9efd85641ff3a6787c408..34f28ed97928245337560467080b46fb8ceaee81 100644 (file)
@@ -10,7 +10,7 @@ Required properties:
 - bus-width: Number of data lines, can be <1>, <4>, or <8>
 
 Card detection:
-If no property below is supplied, standard SDHCI card detect is used.
+If no property below is supplied, host native card detect is used.
 Only one of the properties in this section should be supplied:
   - broken-cd: There is no card detection available; polling must be used.
   - cd-gpios: Specify GPIOs for card detection, see gpio binding