diff options
| author | Jagan Teki <[email protected]> | 2017-05-07 02:43:10 +0530 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2017-05-11 12:57:44 +0200 |
| commit | 52ef3b55ff98d624f238cc3d845d7d46ae6f815e (patch) | |
| tree | 18e8ffeb531cfad1045e21ce4f1f71195e6091a6 | |
| parent | 261315fa26ff8b56c3306ae71ef4574d2e503b15 (diff) | |
isiot: Fix to use usdhc2_pads for mmc2
mmc2 in Is.IoT using usdhc1_pads instead usdhc2_pads,
so update the same.
Cc: Stefano Babic <[email protected]>
Cc: Matteo Lisi <[email protected]>
Cc: Michael Trimarchi <[email protected]>
Signed-off-by: Jagan Teki <[email protected]>
| -rw-r--r-- | board/engicam/isiotmx6ul/isiotmx6ul.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/engicam/isiotmx6ul/isiotmx6ul.c b/board/engicam/isiotmx6ul/isiotmx6ul.c index 008a7ae25f5..068e2d9bf7e 100644 --- a/board/engicam/isiotmx6ul/isiotmx6ul.c +++ b/board/engicam/isiotmx6ul/isiotmx6ul.c @@ -260,7 +260,7 @@ int board_mmc_init(bd_t *bis) break; case 1: imx_iomux_v3_setup_multiple_pads( - usdhc1_pads, ARRAY_SIZE(usdhc2_pads)); + usdhc2_pads, ARRAY_SIZE(usdhc2_pads)); gpio_direction_input(USDHC2_CD_GPIO); usdhc_cfg[i].sdhc_clk = mxc_get_clock(MXC_ESDHC2_CLK); break; |
