diff options
Diffstat (limited to 'include/linux/platform_data/pxa_sdhci.h')
| -rw-r--r-- | include/linux/platform_data/pxa_sdhci.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/platform_data/pxa_sdhci.h b/include/linux/platform_data/pxa_sdhci.h index 59acd987ed34..27d3156d093a 100644 --- a/include/linux/platform_data/pxa_sdhci.h +++ b/include/linux/platform_data/pxa_sdhci.h | |||
| @@ -38,6 +38,7 @@ | |||
| 38 | * @max_speed: the maximum speed supported | 38 | * @max_speed: the maximum speed supported |
| 39 | * @host_caps: Standard MMC host capabilities bit field. | 39 | * @host_caps: Standard MMC host capabilities bit field. |
| 40 | * @quirks: quirks of platfrom | 40 | * @quirks: quirks of platfrom |
| 41 | * @quirks2: quirks2 of platfrom | ||
| 41 | * @pm_caps: pm_caps of platfrom | 42 | * @pm_caps: pm_caps of platfrom |
| 42 | */ | 43 | */ |
| 43 | struct sdhci_pxa_platdata { | 44 | struct sdhci_pxa_platdata { |
| @@ -48,9 +49,10 @@ struct sdhci_pxa_platdata { | |||
| 48 | unsigned int ext_cd_gpio; | 49 | unsigned int ext_cd_gpio; |
| 49 | bool ext_cd_gpio_invert; | 50 | bool ext_cd_gpio_invert; |
| 50 | unsigned int max_speed; | 51 | unsigned int max_speed; |
| 51 | unsigned int host_caps; | 52 | u32 host_caps; |
| 52 | unsigned int host_caps2; | 53 | u32 host_caps2; |
| 53 | unsigned int quirks; | 54 | unsigned int quirks; |
| 55 | unsigned int quirks2; | ||
| 54 | unsigned int pm_caps; | 56 | unsigned int pm_caps; |
| 55 | }; | 57 | }; |
| 56 | 58 | ||
