summaryrefslogtreecommitdiff
path: root/configs/imx8qxp_mek_fspi_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-03-18 22:37:14 -0700
committerYe Li <ye.li@nxp.com>2018-04-27 06:14:50 -0700
commit67d4a7dbe1b9a9584d9ef5f6e208a6e411aa6cd4 (patch)
treecb73b8b32e1eeeacb3c3c4c18b03071a3635d2d0 /configs/imx8qxp_mek_fspi_defconfig
parent3162e94d2cc12938ea0141f90298faa2becbef8c (diff)
MLK-17821-4 imx8qm/qxp: Enable CDNS3 USB gadget driver for MEK and ARM2
The u-boot does not support to use two different gadget drivers at same time. So for all iMX8QM/QXP MEK and ARM2 defconfigs, enable the CDNS3 usb gadget to support device mode on typec port and disable CI UDC driver for OTG port. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit 29625003b8d8f96f25d8a9f530db5c95f5ce2a8a)
Diffstat (limited to 'configs/imx8qxp_mek_fspi_defconfig')
-rw-r--r--configs/imx8qxp_mek_fspi_defconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/configs/imx8qxp_mek_fspi_defconfig b/configs/imx8qxp_mek_fspi_defconfig
index b1db274489b..b74bc19dce2 100644
--- a/configs/imx8qxp_mek_fspi_defconfig
+++ b/configs/imx8qxp_mek_fspi_defconfig
@@ -31,12 +31,16 @@ CONFIG_USB_TCPC=y
CONFIG_CMD_USB_MASS_STORAGE=y
CONFIG_USB_GADGET=y
-CONFIG_CI_UDC=y
+# CONFIG_CI_UDC=y
CONFIG_USB_GADGET_DOWNLOAD=y
CONFIG_USB_GADGET_MANUFACTURER="FSL"
CONFIG_USB_GADGET_VENDOR_NUM=0x0525
CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
+CONFIG_USB_CDNS3=y
+CONFIG_USB_CDNS3_GADGET=y
+CONFIG_USB_GADGET_DUALSPEED=y
+
CONFIG_CMD_GPIO=y
CONFIG_DM_GPIO=y
CONFIG_DM_PCA953X=y