diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2018-12-22 18:18:10 +0530 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2019-01-18 22:19:09 +0530 |
commit | 29d280c88a1ff331dce2d4c7a5aaf2402aa0fd8a (patch) | |
tree | 9521c150743b5e7c0efc2e60422c8b8d7664b3f8 /configs/inet_q972_defconfig | |
parent | b9aa0a9332af0e5d1633fd44650cb5f7c85b4d50 (diff) | |
download | u-boot-29d280c88a1ff331dce2d4c7a5aaf2402aa0fd8a.tar.gz u-boot-29d280c88a1ff331dce2d4c7a5aaf2402aa0fd8a.tar.bz2 u-boot-29d280c88a1ff331dce2d4c7a5aaf2402aa0fd8a.zip |
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 'configs/inet_q972_defconfig')
-rw-r--r-- | configs/inet_q972_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/inet_q972_defconfig b/configs/inet_q972_defconfig index d15f71ae7a..7f3d04db6d 100644 --- a/configs/inet_q972_defconfig +++ b/configs/inet_q972_defconfig @@ -20,6 +20,7 @@ CONFIG_NR_DRAM_BANKS=1 # CONFIG_SPL_EFI_PARTITION is not set CONFIG_DEFAULT_DEVICE_TREE="sun6i-a31s-inet-q972" CONFIG_AXP_DLDO1_VOLT=3300 +CONFIG_USB_OHCI_HCD=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_MUSB_HOST=y CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y |