Skip to content

Commit

Permalink
MIPS: JZ4770: GCW0: Removed max_bus_width MMC platform data field
Browse files Browse the repository at this point in the history
This field was removed in the driver, so don't set it anymore.
  • Loading branch information
mthuurne committed May 27, 2013
1 parent f3531f8 commit 547c78b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/mips/jz4770/board-gcw0.c
Expand Up @@ -473,8 +473,6 @@ static struct platform_device gcw0_gpio_keys_device = {
struct jz_mmc_platform_data gcw_internal_sd_data = {
.support_sdio = 0,
.ocr_mask = MMC_VDD_32_33 | MMC_VDD_33_34,
.max_bus_width = MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED |
MMC_CAP_4_BIT_DATA,
.bus_width = 4,
.gpio_card_detect = -1,
.gpio_read_only = -1,
Expand All @@ -484,7 +482,6 @@ struct jz_mmc_platform_data gcw_internal_sd_data = {
struct jz_mmc_platform_data gcw_external_sd_data = {
.support_sdio = 0,
.ocr_mask = MMC_VDD_32_33 | MMC_VDD_33_34,
.max_bus_width = MMC_CAP_SD_HIGHSPEED | MMC_CAP_4_BIT_DATA,
.bus_width = 4,
.gpio_card_detect = GPB(2),
.card_detect_active_low = 1,
Expand Down

0 comments on commit 547c78b

Please sign in to comment.