mmc: fix DT binding documentation SDHCI left-over

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>
This commit is contained in:
Guennadi Liakhovetski 2013-01-16 17:20:41 +01:00 committed by Chris Ball
parent 60bf6396fb
commit b477426e37

View file

@ -10,7 +10,7 @@ Required properties:
- bus-width: Number of data lines, can be <1>, <4>, or <8> - bus-width: Number of data lines, can be <1>, <4>, or <8>
Card detection: 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: Only one of the properties in this section should be supplied:
- broken-cd: There is no card detection available; polling must be used. - broken-cd: There is no card detection available; polling must be used.
- cd-gpios: Specify GPIOs for card detection, see gpio binding - cd-gpios: Specify GPIOs for card detection, see gpio binding