Kishore Kadiyala <kishore.kadiy...@ti.com> writes:

> Update the omap2420 hwmod data with the HSMMC info.
> Add a device attribute structure which will be used
> by the host driver to find whether the HSMMC controller
> supports DUAL VOLT cards.
>
> Signed-off-by: Kishore Kadiyala <kishore.kadiy...@ti.com>

[...]

> --- a/arch/arm/plat-omap/include/plat/mmc.h
> +++ b/arch/arm/plat-omap/include/plat/mmc.h
> @@ -43,6 +43,13 @@
>  
>  #define OMAP_MMC_MAX_SLOTS   2
>  
> +/* omap_hwmod integration data */
> +#define OMAP_HSMMC_SUPPORTS_DUAL_VOLT        BIT(1)
> +
> +struct mmc_dev_attr {
> +     u8 flags;
> +};
> +
>  struct omap_mmc_platform_data {
>       /* back-link to device */
>       struct device *dev;

This part should be broken out as a separate patch. 

Kevin

--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to