]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
imx93_frdm: Fix USB vendor ID
authorMathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Wed, 8 Oct 2025 09:08:16 +0000 (11:08 +0200)
committerFabio Estevam <festevam@nabladev.com>
Thu, 9 Oct 2025 11:53:15 +0000 (08:53 -0300)
NXP manufacturing tools expect the device to have the NXP 0x1fc9 vendor
ID instead of 0x0525. This is the value already used by other i.MX8 and
i.MX9 boards.

Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
configs/imx93_frdm_defconfig

index eddd36c618d653ae4077c67bd47db8b21bf181ed..ae95c57218ce2f4ad09a8b236ecf2d42f447dabc 100644 (file)
@@ -127,7 +127,7 @@ CONFIG_USB=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_GADGET=y
 CONFIG_USB_GADGET_MANUFACTURER="FSL"
-CONFIG_USB_GADGET_VENDOR_NUM=0x0525
+CONFIG_USB_GADGET_VENDOR_NUM=0x1fc9
 CONFIG_USB_GADGET_PRODUCT_NUM=0x0152
 CONFIG_CI_UDC=y
 CONFIG_ULP_WATCHDOG=y