diff options
Diffstat (limited to 'Documentation/devicetree/bindings/mmc')
-rw-r--r-- | Documentation/devicetree/bindings/mmc/synopsis-dw-mshc.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mmc/synopsis-dw-mshc.txt b/Documentation/devicetree/bindings/mmc/synopsis-dw-mshc.txt index cdcebea9c6f5..ae5f8e89e845 100644 --- a/Documentation/devicetree/bindings/mmc/synopsis-dw-mshc.txt +++ b/Documentation/devicetree/bindings/mmc/synopsis-dw-mshc.txt | |||
@@ -66,6 +66,10 @@ Optional properties: | |||
66 | 66 | ||
67 | * supports-highspeed: Enables support for high speed cards (up to 50MHz) | 67 | * supports-highspeed: Enables support for high speed cards (up to 50MHz) |
68 | 68 | ||
69 | * caps2-mmc-hs200-1_8v: Supports mmc HS200 SDR 1.8V mode | ||
70 | |||
71 | * caps2-mmc-hs200-1_2v: Supports mmc HS200 SDR 1.2V mode | ||
72 | |||
69 | * broken-cd: as documented in mmc core bindings. | 73 | * broken-cd: as documented in mmc core bindings. |
70 | 74 | ||
71 | * vmmc-supply: The phandle to the regulator to use for vmmc. If this is | 75 | * vmmc-supply: The phandle to the regulator to use for vmmc. If this is |
@@ -95,6 +99,7 @@ board specific portions as listed below. | |||
95 | clock-frequency = <400000000>; | 99 | clock-frequency = <400000000>; |
96 | num-slots = <1>; | 100 | num-slots = <1>; |
97 | supports-highspeed; | 101 | supports-highspeed; |
102 | caps2-mmc-hs200-1_8v; | ||
98 | broken-cd; | 103 | broken-cd; |
99 | fifo-depth = <0x80>; | 104 | fifo-depth = <0x80>; |
100 | card-detect-delay = <200>; | 105 | card-detect-delay = <200>; |