From: Mathieu Othacehe <othacehe@gnu.org>
To: "Tom Rini" <trini@konsulko.com>, "Marek Vasut" <marex@denx.de>,
"Peng Fan" <peng.fan@nxp.com>,
"Shiji Yang" <yangshiji66@outlook.com>, "Ye Li" <ye.li@nxp.com>,
"Alice Guo" <alice.guo@nxp.com>, "Stefano Babic" <sbabic@denx.de>,
"Sébastien Szymanski" <sebastien.szymanski@armadeus.com>,
"Fabio Estevam" <festevam@gmail.com>,
"Simon Glass" <sjg@chromium.org>,
"Mathieu Othacehe" <m.othacehe@gmail.com>,
"Yannic Moog" <y.moog@phytec.de>,
"Primoz Fiser" <primoz.fiser@norik.com>,
"Christoph Stoidner" <c.stoidner@phytec.de>,
"Wadim Egorov" <w.egorov@phytec.de>
Cc: u-boot@lists.denx.de, Mathieu Othacehe <othacehe@gnu.org>
Subject: [PATCH 2/3] configs: imx93-phyboard-segin: Add USB support.
Date: Mon, 18 Mar 2024 18:16:35 +0100 [thread overview]
Message-ID: <20240318171637.12664-3-othacehe@gnu.org> (raw)
In-Reply-To: <20240318171637.12664-1-othacehe@gnu.org>
Enable the `usb` command and some USB drivers.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
configs/imx93-phyboard-segin_defconfig | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/configs/imx93-phyboard-segin_defconfig b/configs/imx93-phyboard-segin_defconfig
index 24f9bd553aa..5acb987b817 100644
--- a/configs/imx93-phyboard-segin_defconfig
+++ b/configs/imx93-phyboard-segin_defconfig
@@ -23,6 +23,7 @@ CONFIG_SPL_STACK=0x20519dd0
CONFIG_SPL=y
CONFIG_ENV_OFFSET_REDUND=0x720000
CONFIG_CMD_DEKBLOB=y
+CONFIG_CMD_USB=y
CONFIG_SPL_IMX_ROMAPI_LOADADDR=0x88000000
CONFIG_SYS_LOAD_ADDR=0x80400000
CONFIG_SYS_MEMTEST_START=0x80000000
@@ -132,6 +133,13 @@ CONFIG_SPL_SYSRESET=y
CONFIG_SYSRESET_WATCHDOG=y
CONFIG_DM_THERMAL=y
CONFIG_IMX_TMU=y
+CONFIG_USB=y
+CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_GADGET=y
+CONFIG_USB_GADGET_MANUFACTURER="FSL"
+CONFIG_USB_GADGET_VENDOR_NUM=0x1fc9
+CONFIG_USB_GADGET_PRODUCT_NUM=0x0152
+CONFIG_CI_UDC=y
CONFIG_ULP_WATCHDOG=y
CONFIG_LZO=y
CONFIG_BZIP2=y
--
2.41.0
next prev parent reply other threads:[~2024-03-18 17:44 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-18 17:16 [PATCH 0/3] imx93-phyboard-segin: Add USB support Mathieu Othacehe
2024-03-18 17:16 ` [PATCH 1/3] arm: dts: " Mathieu Othacehe
2024-03-18 21:48 ` Marek Vasut
2024-03-19 8:26 ` Primoz Fiser
2024-03-19 13:57 ` Marek Vasut
2024-03-18 17:16 ` Mathieu Othacehe [this message]
2024-03-18 21:48 ` [PATCH 2/3] configs: " Marek Vasut
2024-03-19 8:39 ` Wadim Egorov
2024-03-19 13:58 ` Marek Vasut
2024-03-20 7:24 ` Wadim Egorov
2024-03-19 8:10 ` Primoz Fiser
2024-03-18 17:16 ` [PATCH 3/3] configs: imx93-phyboard-segin: Add fastboot support Mathieu Othacehe
2024-03-18 21:48 ` Marek Vasut
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=20240318171637.12664-3-othacehe@gnu.org \
--to=othacehe@gnu.org \
--cc=alice.guo@nxp.com \
--cc=c.stoidner@phytec.de \
--cc=festevam@gmail.com \
--cc=m.othacehe@gmail.com \
--cc=marex@denx.de \
--cc=peng.fan@nxp.com \
--cc=primoz.fiser@norik.com \
--cc=sbabic@denx.de \
--cc=sebastien.szymanski@armadeus.com \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=w.egorov@phytec.de \
--cc=y.moog@phytec.de \
--cc=yangshiji66@outlook.com \
--cc=ye.li@nxp.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.