diff options
author | Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> | 2025-10-08 11:08:16 +0200 |
---|---|---|
committer | Fabio Estevam <festevam@nabladev.com> | 2025-10-09 08:53:15 -0300 |
commit | 5d5d4c6bc7739165dffdad7357cf319e81de07ac (patch) | |
tree | 808523e4d0b1f93612f7d62ccb8b6abcddcafd64 | |
parent | 7f9362ef7fb80071d6c7f6f1926bce221ca34f32 (diff) |
imx93_frdm: Fix USB vendor ID
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>
-rw-r--r-- | configs/imx93_frdm_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/imx93_frdm_defconfig b/configs/imx93_frdm_defconfig index eddd36c618d..ae95c57218c 100644 --- a/configs/imx93_frdm_defconfig +++ b/configs/imx93_frdm_defconfig @@ -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 |