omap: mmc: extended to pass host capabilities from board file
wires variable is renamed, extended and this single variable to be used to pass the platform capabilities, e.g DDR mode. Also removed the hardcoded value was using as bus-width. Signed-off-by: Sukumar Ghorai <s-ghorai@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Esse commit está contido em:
@@ -488,7 +488,7 @@ static struct omap_mmc_platform_data mmc1_data = {
|
||||
.max_freq = 24000000,
|
||||
.dma_mask = 0xffffffff,
|
||||
.slots[0] = {
|
||||
.wires = 4,
|
||||
.caps = MMC_CAP_4_BIT_DATA,
|
||||
.set_power = n8x0_mmc_set_power,
|
||||
.set_bus_mode = n8x0_mmc_set_bus_mode,
|
||||
.get_cover_state = n8x0_mmc_get_cover_state,
|
||||
|
Referência em uma nova issue
Block a user