* [U-Boot] [PATCH] configs: sei610: khadas-vim3 : disable Gadget support for the DWC3
@ 2019-10-24 8:15 Jean-Jacques Hiblot
2019-10-24 8:19 ` Neil Armstrong
2019-10-24 9:28 ` Marek Vasut
0 siblings, 2 replies; 3+ messages in thread
From: Jean-Jacques Hiblot @ 2019-10-24 8:15 UTC (permalink / raw)
To: u-boot
Those platform use the DWC2 controller for the gadget support and the
DWC3 for host-only operations.
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
---
Applies on u-boot/master.
Fixes build breakage introduced by "usb: dwc3: Kconfig: get rid of obsolete mode
selection"
configs/khadas-vim3_defconfig | 1 +
configs/sei610_defconfig | 1 +
2 files changed, 2 insertions(+)
diff --git a/configs/khadas-vim3_defconfig b/configs/khadas-vim3_defconfig
index cd37f7840e..81ac42e599 100644
--- a/configs/khadas-vim3_defconfig
+++ b/configs/khadas-vim3_defconfig
@@ -44,6 +44,7 @@ CONFIG_DM_USB=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_DWC3=y
CONFIG_USB_DWC3=y
+# CONFIG_USB_DWC3_GADGET is not set
CONFIG_USB_DWC3_MESON_G12A=y
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_VENDOR_NUM=0x1b8e
diff --git a/configs/sei610_defconfig b/configs/sei610_defconfig
index 520a683d2e..1f36722a8e 100644
--- a/configs/sei610_defconfig
+++ b/configs/sei610_defconfig
@@ -62,6 +62,7 @@ CONFIG_DM_USB=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_DWC3=y
CONFIG_USB_DWC3=y
+# CONFIG_USB_DWC3_GADGET is not set
CONFIG_USB_DWC3_MESON_G12A=y
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_VENDOR_NUM=0x18d1
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] configs: sei610: khadas-vim3 : disable Gadget support for the DWC3
2019-10-24 8:15 [U-Boot] [PATCH] configs: sei610: khadas-vim3 : disable Gadget support for the DWC3 Jean-Jacques Hiblot
@ 2019-10-24 8:19 ` Neil Armstrong
2019-10-24 9:28 ` Marek Vasut
1 sibling, 0 replies; 3+ messages in thread
From: Neil Armstrong @ 2019-10-24 8:19 UTC (permalink / raw)
To: u-boot
On 24/10/2019 10:15, Jean-Jacques Hiblot wrote:
> Those platform use the DWC2 controller for the gadget support and the
> DWC3 for host-only operations.
>
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
> ---
>
> Applies on u-boot/master.
> Fixes build breakage introduced by "usb: dwc3: Kconfig: get rid of obsolete mode
> selection"
>
> configs/khadas-vim3_defconfig | 1 +
> configs/sei610_defconfig | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/configs/khadas-vim3_defconfig b/configs/khadas-vim3_defconfig
> index cd37f7840e..81ac42e599 100644
> --- a/configs/khadas-vim3_defconfig
> +++ b/configs/khadas-vim3_defconfig
> @@ -44,6 +44,7 @@ CONFIG_DM_USB=y
> CONFIG_USB_XHCI_HCD=y
> CONFIG_USB_XHCI_DWC3=y
> CONFIG_USB_DWC3=y
> +# CONFIG_USB_DWC3_GADGET is not set
> CONFIG_USB_DWC3_MESON_G12A=y
> CONFIG_USB_GADGET=y
> CONFIG_USB_GADGET_VENDOR_NUM=0x1b8e
> diff --git a/configs/sei610_defconfig b/configs/sei610_defconfig
> index 520a683d2e..1f36722a8e 100644
> --- a/configs/sei610_defconfig
> +++ b/configs/sei610_defconfig
> @@ -62,6 +62,7 @@ CONFIG_DM_USB=y
> CONFIG_USB_XHCI_HCD=y
> CONFIG_USB_XHCI_DWC3=y
> CONFIG_USB_DWC3=y
> +# CONFIG_USB_DWC3_GADGET is not set
> CONFIG_USB_DWC3_MESON_G12A=y
> CONFIG_USB_GADGET=y
> CONFIG_USB_GADGET_VENDOR_NUM=0x18d1
>
Acked-by: Neil Armstrong <narmstrog@baylibre.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] configs: sei610: khadas-vim3 : disable Gadget support for the DWC3
2019-10-24 8:15 [U-Boot] [PATCH] configs: sei610: khadas-vim3 : disable Gadget support for the DWC3 Jean-Jacques Hiblot
2019-10-24 8:19 ` Neil Armstrong
@ 2019-10-24 9:28 ` Marek Vasut
1 sibling, 0 replies; 3+ messages in thread
From: Marek Vasut @ 2019-10-24 9:28 UTC (permalink / raw)
To: u-boot
On 10/24/19 10:15 AM, Jean-Jacques Hiblot wrote:
> Those platform use the DWC2 controller for the gadget support and the
> DWC3 for host-only operations.
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-10-24 9:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-24 8:15 [U-Boot] [PATCH] configs: sei610: khadas-vim3 : disable Gadget support for the DWC3 Jean-Jacques Hiblot
2019-10-24 8:19 ` Neil Armstrong
2019-10-24 9:28 ` Marek Vasut
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox