sdhci.txt 683 B

12345678910111213
  1. The properties specific for SD host controllers. For properties shared by MMC
  2. host controllers refer to the mmc[1] bindings.
  3. [1] Documentation/devicetree/bindings/mmc/mmc.txt
  4. Optional properties:
  5. - sdhci-caps-mask: The sdhci capabilities register is incorrect. This 64bit
  6. property corresponds to the bits in the sdhci capability register. If the bit
  7. is on in the mask then the bit is incorrect in the register and should be
  8. turned off, before applying sdhci-caps.
  9. - sdhci-caps: The sdhci capabilities register is incorrect. This 64bit
  10. property corresponds to the bits in the sdhci capability register. If the
  11. bit is on in the property then the bit should be turned on.