mmc: dt-bindings: Fix typo in mmc
This patch fix some spelling typo found in devicetree/bindings/mmc. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
efd7be7bfc
commit
bdf631082f
|
@ -17,7 +17,7 @@ Required properties:
|
||||||
"core" - Main peripheral bus clock
|
"core" - Main peripheral bus clock
|
||||||
"clkin0" - Parent clock of internal mux
|
"clkin0" - Parent clock of internal mux
|
||||||
"clkin1" - Other parent clock of internal mux
|
"clkin1" - Other parent clock of internal mux
|
||||||
The driver has an interal mux clock which switches between clkin0 and clkin1 depending on the
|
The driver has an internal mux clock which switches between clkin0 and clkin1 depending on the
|
||||||
clock rate requested by the MMC core.
|
clock rate requested by the MMC core.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
|
@ -38,7 +38,7 @@ Optional properties:
|
||||||
- bus-width: Number of data lines.
|
- bus-width: Number of data lines.
|
||||||
See: Documentation/devicetree/bindings/mmc/mmc.txt.
|
See: Documentation/devicetree/bindings/mmc/mmc.txt.
|
||||||
|
|
||||||
- max-frequency: Can be 200MHz, 100Mz or 50MHz (default) and used for
|
- max-frequency: Can be 200MHz, 100MHz or 50MHz (default) and used for
|
||||||
configuring the CCONFIG3 in the mmcss.
|
configuring the CCONFIG3 in the mmcss.
|
||||||
See: Documentation/devicetree/bindings/mmc/mmc.txt.
|
See: Documentation/devicetree/bindings/mmc/mmc.txt.
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ host controllers refer to the mmc[1] bindings.
|
||||||
|
|
||||||
Optional properties:
|
Optional properties:
|
||||||
- sdhci-caps-mask: The sdhci capabilities register is incorrect. This 64bit
|
- sdhci-caps-mask: The sdhci capabilities register is incorrect. This 64bit
|
||||||
property corresponds to the bits in the sdhci capabilty register. If the bit
|
property corresponds to the bits in the sdhci capability register. If the bit
|
||||||
is on in the mask then the bit is incorrect in the register and should be
|
is on in the mask then the bit is incorrect in the register and should be
|
||||||
turned off, before applying sdhci-caps.
|
turned off, before applying sdhci-caps.
|
||||||
- sdhci-caps: The sdhci capabilities register is incorrect. This 64bit
|
- sdhci-caps: The sdhci capabilities register is incorrect. This 64bit
|
||||||
|
|
|
@ -16,7 +16,7 @@ Required Properties:
|
||||||
each child-node representing a supported slot. There should be atleast one
|
each child-node representing a supported slot. There should be atleast one
|
||||||
child node representing a card slot. The name of the child node representing
|
child node representing a card slot. The name of the child node representing
|
||||||
the slot is recommended to be slot@n where n is the unique number of the slot
|
the slot is recommended to be slot@n where n is the unique number of the slot
|
||||||
connnected to the controller. The following are optional properties which
|
connected to the controller. The following are optional properties which
|
||||||
can be included in the slot child node.
|
can be included in the slot child node.
|
||||||
|
|
||||||
* reg: specifies the physical slot number. The valid values of this
|
* reg: specifies the physical slot number. The valid values of this
|
||||||
|
|
Loading…
Reference in New Issue