All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joris Offouga <offougajoris@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH 2/4] warp7: remove unused usb configs
Date: Wed, 29 Jan 2020 21:15:41 +0100	[thread overview]
Message-ID: <20200129201543.4533-2-offougajoris@gmail.com> (raw)
In-Reply-To: <20200129201543.4533-1-offougajoris@gmail.com>

With commit 6b503f ("warp7: Switch to DM USB").
This configs are not necessary

Signed-off-by: Joris Offouga <offougajoris@gmail.com>
---
 include/configs/warp7.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/include/configs/warp7.h b/include/configs/warp7.h
index da894ec0ca..49d2415445 100644
--- a/include/configs/warp7.h
+++ b/include/configs/warp7.h
@@ -150,11 +150,7 @@
 #define CONFIG_SYS_MMC_ENV_PART		0
 
 /* USB Configs */
-#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
-
 #define CONFIG_MXC_USB_PORTSC		(PORT_PTS_UTMI | PORT_PTS_PTW)
-#define CONFIG_MXC_USB_FLAGS		0
-#define CONFIG_USB_MAX_CONTROLLER_COUNT 1 /* Only OTG1 port enabled */
 
 #define CONFIG_IMX_THERMAL
 
-- 
2.20.1

  reply	other threads:[~2020-01-29 20:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-29 20:15 [PATCH 1/4] warp7: fix pmic probe Joris Offouga
2020-01-29 20:15 ` Joris Offouga [this message]
2020-01-29 20:35   ` [PATCH 2/4] warp7: remove unused usb configs Fabio Estevam
2020-01-29 20:15 ` [PATCH 3/4] arm: dts: imx7s-warp7: Move u-boot specific node in u-boot.dtsi Joris Offouga
2020-01-29 20:22   ` Fabio Estevam
2020-01-29 20:43     ` Joris Offouga
2020-01-29 20:15 ` [PATCH 4/4] mx7dsabre: Fix usbtog probe when use dfu or ums Joris Offouga
2020-01-29 20:25   ` Fabio Estevam
2020-01-29 20:41     ` Joris Offouga
2020-01-29 20:48       ` Fabio Estevam
2020-01-29 20:52 ` [PATCH 1/4] warp7: fix pmic probe Fabio Estevam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200129201543.4533-2-offougajoris@gmail.com \
    --to=offougajoris@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.