]> Git Repo - u-boot.git/commitdiff
configs: Make USB_GADGET_MANUFACTURER consistent over all PHYTEC boards
authorBenjamin Hahn <[email protected]>
Fri, 3 May 2024 07:00:38 +0000 (09:00 +0200)
committerMattijs Korpershoek <[email protected]>
Tue, 14 May 2024 09:56:54 +0000 (11:56 +0200)
Set CONFIG_USB_GADGET_MANUFACTURER to PHYTEC for all PHYTEC boards.

Signed-off-by: Benjamin Hahn <[email protected]>
Acked-by: Wadim Egorov <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mattijs Korpershoek <[email protected]>
configs/phycore-imx8mp_defconfig
configs/phycore_am64x_a53_defconfig
configs/phycore_am64x_r5_defconfig
configs/phycore_pcl063_defconfig
configs/phycore_pcl063_ull_defconfig

index e9a287cb441f7d6251d4231214e66c1f96962fe7..9f42edd723249f329ab69b3aa74eec647cfc2eaf 100644 (file)
@@ -147,7 +147,7 @@ CONFIG_USB_DWC3=y
 CONFIG_USB_DWC3_GENERIC=y
 CONFIG_USB_STORAGE=y
 CONFIG_USB_GADGET=y
-CONFIG_USB_GADGET_MANUFACTURER="FSL"
+CONFIG_USB_GADGET_MANUFACTURER="PHYTEC"
 CONFIG_USB_GADGET_VENDOR_NUM=0x0525
 CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
 CONFIG_IMX_WATCHDOG=y
index 1064fb0e793682e3f4bf4394cb8cdec87655c145..76bb0e53e51731c7cb70d85186bb70433f406a0d 100644 (file)
@@ -160,7 +160,7 @@ CONFIG_USB_CDNS3=y
 CONFIG_USB_CDNS3_GADGET=y
 CONFIG_USB_CDNS3_HOST=y
 CONFIG_USB_GADGET=y
-CONFIG_USB_GADGET_MANUFACTURER="Texas Instruments"
+CONFIG_USB_GADGET_MANUFACTURER="PHYTEC"
 CONFIG_USB_GADGET_VENDOR_NUM=0x0451
 CONFIG_USB_GADGET_PRODUCT_NUM=0x6165
 CONFIG_USB_GADGET_DOWNLOAD=y
index 61d784fa17f6efb6873efe05f4a2d46c98a2ffdd..15a7e7089e73ff3e153de2a0f0cd16818d364c2a 100644 (file)
@@ -171,7 +171,7 @@ CONFIG_USB_STORAGE=y
 CONFIG_SPL_USB_STORAGE=y
 CONFIG_USB_GADGET=y
 CONFIG_SPL_USB_GADGET=y
-CONFIG_USB_GADGET_MANUFACTURER="Texas Instruments"
+CONFIG_USB_GADGET_MANUFACTURER="PHYTEC"
 CONFIG_USB_GADGET_VENDOR_NUM=0x0451
 CONFIG_USB_GADGET_PRODUCT_NUM=0x6165
 CONFIG_USB_GADGET_DOWNLOAD=y
index 017054a8e12b6371cc3301502ddef0fb613cb4ed..2f6b158a6772973e3c6ab63b1b2b152f3824414b 100644 (file)
@@ -62,7 +62,7 @@ CONFIG_IMX_THERMAL=y
 CONFIG_USB=y
 CONFIG_SPL_USB_HOST=y
 CONFIG_USB_GADGET=y
-CONFIG_USB_GADGET_MANUFACTURER="Phytec"
+CONFIG_USB_GADGET_MANUFACTURER="PHYTEC"
 CONFIG_USB_GADGET_VENDOR_NUM=0x1b67
 CONFIG_USB_GADGET_PRODUCT_NUM=0x4fff
 CONFIG_CI_UDC=y
index b3da43a5bf1eaf1e9e1ee9f416ab04f7f6b078a7..b42a410da69c630701237c675892139740fb180e 100644 (file)
@@ -53,7 +53,7 @@ CONFIG_IMX_THERMAL=y
 CONFIG_USB=y
 CONFIG_SPL_USB_HOST=y
 CONFIG_USB_GADGET=y
-CONFIG_USB_GADGET_MANUFACTURER="Phytec"
+CONFIG_USB_GADGET_MANUFACTURER="PHYTEC"
 CONFIG_USB_GADGET_VENDOR_NUM=0x1b67
 CONFIG_USB_GADGET_PRODUCT_NUM=0x4fff
 CONFIG_CI_UDC=y
This page took 0.045658 seconds and 4 git commands to generate.