summaryrefslogtreecommitdiff
path: root/include/configs/sunxi-common.h
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2018-12-22 15:48:10 +0300
committerJagan Teki <jagan@amarulasolutions.com>2019-01-18 19:49:09 +0300
commit29d280c88a1ff331dce2d4c7a5aaf2402aa0fd8a (patch)
tree9521c150743b5e7c0efc2e60422c8b8d7664b3f8 /include/configs/sunxi-common.h
parentb9aa0a9332af0e5d1633fd44650cb5f7c85b4d50 (diff)
downloadu-boot-29d280c88a1ff331dce2d4c7a5aaf2402aa0fd8a.tar.xz
sunxi: usb: Switch to Generic host controllers
Onc of key blocker for using USB Generic host controller drivers in Allwinner are CLK and RESET drivers, now these available for USB usage. So switch sunxi USB use EHCI and OHCI Generic controllers. Enabling USB is wisely a board choise, So Enable USB_OHCI_HCD where it already have USB_EHCI_HCD Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'include/configs/sunxi-common.h')
-rw-r--r--include/configs/sunxi-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index 9819d9980c..ed0cfc24f5 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -295,7 +295,6 @@ extern int soft_i2c_gpio_scl;
#ifdef CONFIG_USB_EHCI_HCD
#define CONFIG_USB_OHCI_NEW
-#define CONFIG_USB_OHCI_SUNXI
#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 1
#endif