diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2016-05-09 20:14:24 -0400 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2016-05-16 05:31:26 -0400 |
commit | 5b5fe95a6977b9cdd30749cb1576df2329d70da9 (patch) | |
tree | 864f7fdb7608b6656e24697cbf16e47a1213150b | |
parent | 560e647515ca90f4277fb8d8f94d370dae0709b5 (diff) |
mmc: sdhci-st: correct name of sd-uhs-sdr50 property
Correct what appears to be a typo in the name of the sd-uhs-sdr50.
Also fix mixed tab/space indentation.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/mmc/sdhci-st.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/mmc/sdhci-st.txt b/Documentation/devicetree/bindings/mmc/sdhci-st.txt index 18d950df2749..88faa91125bf 100644 --- a/Documentation/devicetree/bindings/mmc/sdhci-st.txt +++ b/Documentation/devicetree/bindings/mmc/sdhci-st.txt | |||
@@ -38,7 +38,7 @@ Optional properties: | |||
38 | - bus-width: Number of data lines. | 38 | - bus-width: Number of data lines. |
39 | See: Documentation/devicetree/bindings/mmc/mmc.txt. | 39 | See: Documentation/devicetree/bindings/mmc/mmc.txt. |
40 | 40 | ||
41 | - max-frequency: Can be 200MHz, 100Mz or 50MHz (default) and used for | 41 | - max-frequency: Can be 200MHz, 100Mz or 50MHz (default) and used for |
42 | configuring the CCONFIG3 in the mmcss. | 42 | configuring the CCONFIG3 in the mmcss. |
43 | See: Documentation/devicetree/bindings/mmc/mmc.txt. | 43 | See: Documentation/devicetree/bindings/mmc/mmc.txt. |
44 | 44 | ||
@@ -48,7 +48,7 @@ Optional properties: | |||
48 | - vqmmc-supply: Phandle to the regulator dt node, mentioned as the vcc/vdd | 48 | - vqmmc-supply: Phandle to the regulator dt node, mentioned as the vcc/vdd |
49 | supply in eMMC/SD specs. | 49 | supply in eMMC/SD specs. |
50 | 50 | ||
51 | - sd-uhs--sdr50: To enable the SDR50 in the mmcss. | 51 | - sd-uhs-sdr50: To enable the SDR50 in the mmcss. |
52 | See: Documentation/devicetree/bindings/mmc/mmc.txt. | 52 | See: Documentation/devicetree/bindings/mmc/mmc.txt. |
53 | 53 | ||
54 | - sd-uhs-sdr104: To enable the SDR104 in the mmcss. | 54 | - sd-uhs-sdr104: To enable the SDR104 in the mmcss. |