|
@@ -40,6 +40,7 @@ enum clk_types {
|
|
|
* struct s3c_sdhci_platdata() - Platform device data for Samsung SDHCI
|
|
|
* @max_width: The maximum number of data bits supported.
|
|
|
* @host_caps: Standard MMC host capabilities bit field.
|
|
|
+ * @host_caps2: The second standard MMC host capabilities bit field.
|
|
|
* @cd_type: Type of Card Detection method (see cd_types enum above)
|
|
|
* @clk_type: Type of clock divider method (see clk_types enum above)
|
|
|
* @ext_cd_init: Initialize external card detect subsystem. Called on
|
|
@@ -63,6 +64,7 @@ enum clk_types {
|
|
|
struct s3c_sdhci_platdata {
|
|
|
unsigned int max_width;
|
|
|
unsigned int host_caps;
|
|
|
+ unsigned int host_caps2;
|
|
|
unsigned int pm_caps;
|
|
|
enum cd_types cd_type;
|
|
|
enum clk_types clk_type;
|