u-boot-brain/board/st
Patrick Delaunay fb90fcf826 board: stm32mp1: fixup the usb product id for USB download gadget
Select the correct USB product id used by the download gadget
for ST stm32mp1 boards.

The board stm32mp1 select the correct product id, as defined in
http://www.linux-usb.org/usb.ids for the STMicroelectronics
vendor id = 0x0483 (CONFIG_USB_GADGET_VENDOR_NUM):
- dfu = 0xdf11 : STM Device in DFU mode
  it is the value used by ROM code and reused for stm32prog
  command
- fasboot = 0x0afb : Android Fastboot device
- others = 0x5720 (CONFIG_USB_GADGET_PRODUCT_NUM)
  Mass Storage Device
  it is used for UMS command / usb_dnl_ums

This patch avoid conflict when the same USB VID/PID is used for
ums, fastboot or dfu command (two different protocols associated
to the same PID).

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Acked-by: Patrice Chotard <patrice.chotard@st.com>
2019-10-22 11:00:07 +02:00
..
stih410-b2260 CONFIG_SPL_SYS_[DI]CACHE_OFF: add 2019-05-18 08:15:35 -04:00
stm32f429-discovery board: st: add missing gpio_request() for stm32f429-discovery 2019-07-12 11:50:58 +02:00
stm32f429-evaluation board: stm32: use bi_dram[0].start instead of hardcoded value 2018-08-13 14:03:57 -04:00
stm32f469-discovery board: stm32: use bi_dram[0].start instead of hardcoded value 2018-08-13 14:03:57 -04:00
stm32f746-disco board: Add STM32F769 SoC, discovery board support 2019-10-13 23:38:47 +02:00
stm32h743-disco lib: fdtdec: Rename routine fdtdec_setup_memory_size() 2018-07-19 10:49:56 +02:00
stm32h743-eval lib: fdtdec: Rename routine fdtdec_setup_memory_size() 2018-07-19 10:49:56 +02:00
stm32mp1 board: stm32mp1: fixup the usb product id for USB download gadget 2019-10-22 11:00:07 +02:00
stv0991 SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00