public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] arm: omap4: Disable USB_TTY and related options
@ 2021-07-08  1:43 Tom Rini
  2021-07-14  6:52 ` Lokesh Vutla
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Rini @ 2021-07-08  1:43 UTC (permalink / raw)
  To: u-boot; +Cc: Lokesh Vutla

The usbtty functionality is not currently used on these two platforms,
disable it.

Cc: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
---
 configs/omap4_panda_defconfig     | 1 -
 configs/omap4_sdp4430_defconfig   | 1 -
 include/configs/ti_omap4_common.h | 6 ------
 3 files changed, 8 deletions(-)

diff --git a/configs/omap4_panda_defconfig b/configs/omap4_panda_defconfig
index 08dc3552c828..9e99e8bc6991 100644
--- a/configs/omap4_panda_defconfig
+++ b/configs/omap4_panda_defconfig
@@ -39,7 +39,6 @@ CONFIG_SYS_NS16550=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
 CONFIG_USB_EHCI_HCD=y
-CONFIG_USB_MUSB_UDC=y
 CONFIG_USB_OMAP3=y
 CONFIG_USB_GADGET=y
 CONFIG_USB_HOST_ETHER=y
diff --git a/configs/omap4_sdp4430_defconfig b/configs/omap4_sdp4430_defconfig
index f90b28142880..fd93dc5c785d 100644
--- a/configs/omap4_sdp4430_defconfig
+++ b/configs/omap4_sdp4430_defconfig
@@ -39,7 +39,6 @@ CONFIG_CONS_INDEX=3
 CONFIG_SYS_NS16550=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
-CONFIG_USB_MUSB_UDC=y
 CONFIG_USB_OMAP3=y
 CONFIG_USB_GADGET=y
 CONFIG_FAT_WRITE=y
diff --git a/include/configs/ti_omap4_common.h b/include/configs/ti_omap4_common.h
index 1e316227aaa2..d0eddcce1bb3 100644
--- a/include/configs/ti_omap4_common.h
+++ b/include/configs/ti_omap4_common.h
@@ -51,12 +51,6 @@
 #define CONFIG_TWL6030_POWER		1
 #endif
 
-/* USB */
-
-/* USB device configuration */
-#define CONFIG_USB_DEVICE		1
-#define CONFIG_USB_TTY			1
-
 /*
  * Environment setup
  */
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm: omap4: Disable USB_TTY and related options
  2021-07-08  1:43 [PATCH] arm: omap4: Disable USB_TTY and related options Tom Rini
@ 2021-07-14  6:52 ` Lokesh Vutla
  0 siblings, 0 replies; 2+ messages in thread
From: Lokesh Vutla @ 2021-07-14  6:52 UTC (permalink / raw)
  To: u-boot, Tom Rini; +Cc: Lokesh Vutla

On Wed, 7 Jul 2021 21:43:48 -0400, Tom Rini wrote:
> The usbtty functionality is not currently used on these two platforms,
> disable it.
 
Applied to https://source.denx.de/u-boot/custodians/u-boot-ti.git for-rc, thanks!
[1/1] arm: omap4: Disable USB_TTY and related options
      https://source.denx.de/u-boot/custodians/u-boot-ti/-/commit/0703ce018d
 
--
Thanks and Regards,
Lokesh

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-14  6:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-08  1:43 [PATCH] arm: omap4: Disable USB_TTY and related options Tom Rini
2021-07-14  6:52 ` Lokesh Vutla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox