]> Git Repo - u-boot.git/blobdiff - board/wandboard/wandboard.c
mmc: i.MX6: fsl_esdhc: Define maximum bus width supported by a board
[u-boot.git] / board / wandboard / wandboard.c
index d95189f77de4c3573ec30c53e04fe1b083c1d2b5..8d071e1fe12152ce0e708ab9d3fa0433b3be1867 100644 (file)
@@ -105,6 +105,8 @@ int board_mmc_init(bd_t *bis)
        imx_iomux_v3_setup_multiple_pads(usdhc3_pads, ARRAY_SIZE(usdhc3_pads));
 
        usdhc_cfg[0].sdhc_clk = mxc_get_clock(MXC_ESDHC3_CLK);
+       usdhc_cfg[0].max_bus_width = 4;
+
        return fsl_esdhc_initialize(bis, &usdhc_cfg[0]);
 }
 
This page took 0.021301 seconds and 4 git commands to generate.