All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] sunxi: amarula_a64_relic: Enable USB host
@ 2019-01-25  7:20 Jagan Teki
  2019-01-29 18:28 ` Jagan Teki
  0 siblings, 1 reply; 2+ messages in thread
From: Jagan Teki @ 2019-01-25  7:20 UTC (permalink / raw)
  To: u-boot

Enable USB host controllers for Amarula A64-Relic board,
the respective nodes are already present in DTS.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 configs/amarula_a64_relic_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/amarula_a64_relic_defconfig b/configs/amarula_a64_relic_defconfig
index f5857cfbb3..2e6011fa45 100644
--- a/configs/amarula_a64_relic_defconfig
+++ b/configs/amarula_a64_relic_defconfig
@@ -11,5 +11,7 @@ CONFIG_NR_DRAM_BANKS=1
 # CONFIG_SPL_DOS_PARTITION is not set
 # CONFIG_SPL_EFI_PARTITION is not set
 CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-amarula-relic"
+CONFIG_USB_OHCI_HCD=y
+CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_MUSB_GADGET=y
 CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y
-- 
2.18.0.321.gffc6fa0e3

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

* [U-Boot] [PATCH] sunxi: amarula_a64_relic: Enable USB host
  2019-01-25  7:20 [U-Boot] [PATCH] sunxi: amarula_a64_relic: Enable USB host Jagan Teki
@ 2019-01-29 18:28 ` Jagan Teki
  0 siblings, 0 replies; 2+ messages in thread
From: Jagan Teki @ 2019-01-29 18:28 UTC (permalink / raw)
  To: u-boot

On Fri, Jan 25, 2019 at 12:50 PM Jagan Teki <jagan@amarulasolutions.com> wrote:
>
> Enable USB host controllers for Amarula A64-Relic board,
> the respective nodes are already present in DTS.
>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> ---

Applied to u-boot-sunxi/master

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

end of thread, other threads:[~2019-01-29 18:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-25  7:20 [U-Boot] [PATCH] sunxi: amarula_a64_relic: Enable USB host Jagan Teki
2019-01-29 18:28 ` Jagan Teki

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.