From: Benjamin Hahn <B.Hahn@phytec.de>
To: Stefano Babic <sbabic@denx.de>,
Fabio Estevam <festevam@gmail.com>,
NXP i.MX U-Boot Team <uboot-imx@nxp.com>,
Teresa Remmet <t.remmet@phytec.de>, Tom Rini <trini@konsulko.com>
Cc: <u-boot@lists.denx.de>, <upstream@lists.phytec.de>,
Dan Carpenter <dan.carpenter@linaro.org>,
Benjamin Hahn <B.Hahn@phytec.de>
Subject: [PATCH v3 2/4] phycore-imx8mp: add USB host support
Date: Thu, 8 Feb 2024 13:03:09 +0100 [thread overview]
Message-ID: <20240208-usb_support-v3-2-e605efd50512@phytec.de> (raw)
In-Reply-To: <20240208-usb_support-v3-0-e605efd50512@phytec.de>
The phyBOARD Pollux has two USB ports. Add support for USB host and USB
storage for the USB1 port.
Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
---
configs/phycore-imx8mp_defconfig | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/configs/phycore-imx8mp_defconfig b/configs/phycore-imx8mp_defconfig
index 519e0cfb3d..74450b957b 100644
--- a/configs/phycore-imx8mp_defconfig
+++ b/configs/phycore-imx8mp_defconfig
@@ -65,6 +65,7 @@ CONFIG_CMD_FUSE=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
+CONFIG_CMD_USB=y
CONFIG_CMD_DHCP=y
CONFIG_CMD_MII=y
CONFIG_CMD_PING=y
@@ -104,6 +105,7 @@ CONFIG_DM_ETH_PHY=y
CONFIG_FEC_MXC=y
CONFIG_RGMII=y
CONFIG_MII=y
+CONFIG_PHY_IMX8MQ_USB=y
CONFIG_PINCTRL=y
CONFIG_SPL_PINCTRL=y
CONFIG_PINCTRL_IMX8M=y
@@ -120,4 +122,12 @@ CONFIG_SPL_SYSRESET=y
CONFIG_SYSRESET_PSCI=y
CONFIG_SYSRESET_WATCHDOG=y
CONFIG_DM_THERMAL=y
+CONFIG_USB=y
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_DWC3=y
+CONFIG_USB_XHCI_DWC3_OF_SIMPLE=y
+CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_DWC3=y
+CONFIG_USB_DWC3_GENERIC=y
+CONFIG_USB_STORAGE=y
CONFIG_IMX_WATCHDOG=y
--
2.34.1
next prev parent reply other threads:[~2024-02-08 12:03 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-08 12:03 [PATCH v3 0/4] phycore-imx8mp: Add USB support Benjamin Hahn
2024-02-08 12:03 ` [PATCH v3 1/4] imx8mp-phyboard-pollux-rdk: sync with kernel devicetree from v6.8-rc2 Benjamin Hahn
2024-02-08 14:35 ` Fabio Estevam
2024-02-08 12:03 ` Benjamin Hahn [this message]
2024-02-08 12:03 ` [PATCH v3 3/4] phycore-imx8mp: add USB mass storage support Benjamin Hahn
2024-02-08 12:03 ` [PATCH v3 4/4] phycore-imx8mp: add support for booting and flashing emmc via UUU Benjamin Hahn
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240208-usb_support-v3-2-e605efd50512@phytec.de \
--to=b.hahn@phytec.de \
--cc=dan.carpenter@linaro.org \
--cc=festevam@gmail.com \
--cc=sbabic@denx.de \
--cc=t.remmet@phytec.de \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=uboot-imx@nxp.com \
--cc=upstream@lists.phytec.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox