mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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 <sbabic@denx.de> Cc: Matteo Lisi <matteo.lisi@engicam.com> Cc: Michael Trimarchi <michael@amarulasolutions.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
parent
671f458aae
commit
5f31ed4939
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ int board_mmc_init(bd_t *bis)
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
imx_iomux_v3_setup_multiple_pads(
|
imx_iomux_v3_setup_multiple_pads(
|
||||||
usdhc1_pads, ARRAY_SIZE(usdhc2_pads));
|
usdhc2_pads, ARRAY_SIZE(usdhc2_pads));
|
||||||
gpio_direction_input(USDHC2_CD_GPIO);
|
gpio_direction_input(USDHC2_CD_GPIO);
|
||||||
usdhc_cfg[i].sdhc_clk = mxc_get_clock(MXC_ESDHC2_CLK);
|
usdhc_cfg[i].sdhc_clk = mxc_get_clock(MXC_ESDHC2_CLK);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue