[PATCH v4 5/9] configs: stih410-b2260: Enable USB_DWC3_GENERIC and USB_DWC3_STI flags
Patrice CHOTARD
patrice.chotard at foss.st.com
Thu Jan 30 16:59:23 CET 2025
On 1/30/25 14:25, Patrick DELAUNAY wrote:
> Hi,
>
> On 1/23/25 15:47, Patrice Chotard wrote:
>> Enable USB_DWC3_GENERIC and USB_DWC3_STI flags.
>>
>> Signed-off-by: Patrice Chotard <patrice.chotard at foss.st.com>
>> Cc: Marek Vasut <marex at denx.de>
>> ---
>>
>> (no changes since v1)
>>
>> configs/stih410-b2260_defconfig | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/configs/stih410-b2260_defconfig b/configs/stih410-b2260_defconfig
>> index e312ca492d2..4fcbf75548b 100644
>> --- a/configs/stih410-b2260_defconfig
>> +++ b/configs/stih410-b2260_defconfig
>> @@ -61,6 +61,8 @@ CONFIG_USB_EHCI_GENERIC=y
>> CONFIG_USB_OHCI_HCD=y
>> CONFIG_USB_OHCI_GENERIC=y
>> CONFIG_USB_DWC3=y
>> +CONFIG_USB_DWC3_GENERIC=y
>> +CONFIG_USB_DWC3_STI=y
>> CONFIG_USB_HOST_ETHER=y
>> CONFIG_USB_ETHER_ASIX=y
>> CONFIG_USB_ETHER_MCS7830=y
>
>
> with CONFIG_USB_XHCI_STI = y (default in Kconfig)
> you have 2 drvier for the same compatible now = "st,stih407-dwc3"
>
> can be solve with adding temporarily (up to next patch)
>
> # CONFIG_USB_XHCI_STI is not set
I will first remove the "old" dwc3-sti-glue.c driver
and then introduce the "new" dwc3-generic-sti.c to avoid this kind of situation.
So "[PATCH 6/9] usb: dwc3: Remove dwc3 glue driver support for STi" becomes [patch 3/9] ...
Thanks
Patrice
>
>
> Patrick
>
>
More information about the U-Boot
mailing list