From: Marek Vasut Date: Tue, 14 Sep 2021 03:25:31 +0000 (+0200) Subject: arm: socfpga: vining: Set USB gadget manufacturer to Softing with capital S X-Git-Tag: baikal/mips/sdk5.9~15^2^2~102^2~6^2~60 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=86b284514e3c093e8c54bdd04d189b9c0347f23c;p=uboot.git arm: socfpga: vining: Set USB gadget manufacturer to Softing with capital S This was configured in downstream, so it is likely that most of the custom software used around the device depends on it. Make upstream compatible. Signed-off-by: Marek Vasut Cc: Siew Chin Lim Cc: Simon Goldschmidt Cc: Tien Fong Chee --- diff --git a/configs/socfpga_vining_fpga_defconfig b/configs/socfpga_vining_fpga_defconfig index 452e5b48f3..5d8970e57c 100644 --- a/configs/socfpga_vining_fpga_defconfig +++ b/configs/socfpga_vining_fpga_defconfig @@ -91,7 +91,7 @@ CONFIG_DESIGNWARE_SPI=y CONFIG_USB=y CONFIG_USB_DWC2=y CONFIG_USB_GADGET=y -CONFIG_USB_GADGET_MANUFACTURER="softing" +CONFIG_USB_GADGET_MANUFACTURER="Softing" CONFIG_USB_GADGET_VENDOR_NUM=0x0525 CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5 CONFIG_USB_GADGET_DWC2_OTG=y