diff options
Diffstat (limited to 'drivers/mmc/host/omap_hsmmc.c')
| -rw-r--r-- | drivers/mmc/host/omap_hsmmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c index a9fc714fb38d..9a7a60aeb19e 100644 --- a/drivers/mmc/host/omap_hsmmc.c +++ b/drivers/mmc/host/omap_hsmmc.c | |||
| @@ -1781,7 +1781,7 @@ static struct omap_mmc_platform_data *of_get_hsmmc_pdata(struct device *dev) | |||
| 1781 | pdata->slots[0].nonremovable = true; | 1781 | pdata->slots[0].nonremovable = true; |
| 1782 | pdata->slots[0].no_regulator_off_init = true; | 1782 | pdata->slots[0].no_regulator_off_init = true; |
| 1783 | } | 1783 | } |
| 1784 | of_property_read_u32(np, "ti,bus-width", &bus_width); | 1784 | of_property_read_u32(np, "bus-width", &bus_width); |
| 1785 | if (bus_width == 4) | 1785 | if (bus_width == 4) |
| 1786 | pdata->slots[0].caps |= MMC_CAP_4_BIT_DATA; | 1786 | pdata->slots[0].caps |= MMC_CAP_4_BIT_DATA; |
| 1787 | else if (bus_width == 8) | 1787 | else if (bus_width == 8) |
