From: Guennadi Liakhovetski Date: Wed, 16 Jan 2013 16:20:41 +0000 (+0100) Subject: mmc: fix DT binding documentation SDHCI left-over X-Git-Tag: accepted/tizen/common/20141203.182822~2794^2~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b477426e3701946870d427d183ef492d7e54f111;p=platform%2Fkernel%2Flinux-arm64.git 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 Signed-off-by: Chris Ball --- diff --git a/Documentation/devicetree/bindings/mmc/mmc.txt b/Documentation/devicetree/bindings/mmc/mmc.txt index a591c67..34f28ed 100644 --- a/Documentation/devicetree/bindings/mmc/mmc.txt +++ b/Documentation/devicetree/bindings/mmc/mmc.txt @@ -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