summaryrefslogtreecommitdiff
path: root/board/freescale/mx7d_19x19_ddr3_arm2/mx7d_19x19_ddr3_arm2.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mx7d_19x19_ddr3_arm2/mx7d_19x19_ddr3_arm2.c')
-rw-r--r--board/freescale/mx7d_19x19_ddr3_arm2/mx7d_19x19_ddr3_arm2.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/freescale/mx7d_19x19_ddr3_arm2/mx7d_19x19_ddr3_arm2.c b/board/freescale/mx7d_19x19_ddr3_arm2/mx7d_19x19_ddr3_arm2.c
index b3d4621..50b566c 100644
--- a/board/freescale/mx7d_19x19_ddr3_arm2/mx7d_19x19_ddr3_arm2.c
+++ b/board/freescale/mx7d_19x19_ddr3_arm2/mx7d_19x19_ddr3_arm2.c
@@ -456,6 +456,7 @@ int board_spi_cs_gpio(unsigned bus, unsigned cs)
#endif
#ifdef CONFIG_USB_EHCI_MX7
+#ifndef CONFIG_DM_USB
iomux_v3_cfg_t const usb_otg1_pads[] = {
MX7D_PAD_GPIO1_IO05__USB_OTG1_PWR | MUX_PAD_CTRL(NO_PAD_CTRL),
};
@@ -470,6 +471,7 @@ static void setup_usb(void)
imx_iomux_v3_setup_multiple_pads(usb_otg2_pads, ARRAY_SIZE(usb_otg2_pads));
}
#endif
+#endif
int board_early_init_f(void)
{
@@ -481,8 +483,10 @@ int board_early_init_f(void)
#endif
#ifdef CONFIG_USB_EHCI_MX7
+#ifndef CONFIG_DM_USB
setup_usb();
#endif
+#endif
return 0;
}