diff mbox series

[U-Boot,2/2] ARM: omap3_logic & omap35_logic: Disable OMAP EHCI for Torpedo

Message ID 20190630223050.8516-2-aford173@gmail.com
State Accepted
Commit c94703483c694aebc5617e4b1975803010f815e7
Delegated to: Tom Rini
Headers show
Series [U-Boot,1/2] ARM: omap3_logic: Enable OMAP EHCI support for SOM-LV Boards | expand

Commit Message

Adam Ford June 30, 2019, 10:30 p.m. UTC
The OMAP35 and AM/DM37 Torpedo boards do not have a USB
tranceiver connected to the USB host port, so this patch
removes it from the defconfig files.

Signed-off-by: Adam Ford <aford173@gmail.com>

Comments

Tom Rini July 28, 2019, 9:50 p.m. UTC | #1
On Sun, Jun 30, 2019 at 05:30:50PM -0500, Adam Ford wrote:

> The OMAP35 and AM/DM37 Torpedo boards do not have a USB
> tranceiver connected to the USB host port, so this patch
> removes it from the defconfig files.
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>
> 
> diff --git a/configs/omap35_logic_defconfig b/configs/omap35_logic_defconfig
> index 3a529e8836..055a1bf489 100644

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/omap35_logic_defconfig b/configs/omap35_logic_defconfig
index 3a529e8836..055a1bf489 100644
--- a/configs/omap35_logic_defconfig
+++ b/configs/omap35_logic_defconfig
@@ -69,6 +69,7 @@  CONFIG_USB=y
 CONFIG_DM_USB=y
 # CONFIG_SPL_DM_USB is not set
 CONFIG_USB_EHCI_HCD=y
+# CONFIG_USB_EHCI_OMAP is not set
 CONFIG_USB_MUSB_HOST=y
 CONFIG_USB_MUSB_OMAP2PLUS=y
 CONFIG_TWL4030_USB=y
diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig
index 0868e33131..b259b3720e 100644
--- a/configs/omap3_logic_defconfig
+++ b/configs/omap3_logic_defconfig
@@ -68,6 +68,7 @@  CONFIG_USB=y
 CONFIG_DM_USB=y
 # CONFIG_SPL_DM_USB is not set
 CONFIG_USB_EHCI_HCD=y
+# CONFIG_USB_EHCI_OMAP is not set
 CONFIG_USB_MUSB_HOST=y
 CONFIG_USB_MUSB_OMAP2PLUS=y
 CONFIG_TWL4030_USB=y