diff mbox series

[U-Boot,v4,25/34] configs: bananapi-m64: Enable USB OTG peripheral mode

Message ID 1517927164-18197-26-git-send-email-jagan@amarulasolutions.com
State Deferred
Delegated to: Marek Vasut
Headers show
Series phy: sunxi: Add Allwinner sun4i USB PHY | expand

Commit Message

Jagan Teki Feb. 6, 2018, 2:25 p.m. UTC
Enable USB_MUSB_GADGET which operate OTG in peripheral mode

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

Comments

Maxime Ripard Feb. 6, 2018, 3:47 p.m. UTC | #1
On Tue, Feb 06, 2018 at 07:55:55PM +0530, Jagan Teki wrote:
> Enable USB_MUSB_GADGET which operate OTG in peripheral mode
> 
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>

This can be squashed with the previous patch, just like all your
patches with one change to the DT and one to the defconfig.

Maxime
diff mbox series

Patch

diff --git a/configs/bananapi_m64_defconfig b/configs/bananapi_m64_defconfig
index 461567f..11397ae 100644
--- a/configs/bananapi_m64_defconfig
+++ b/configs/bananapi_m64_defconfig
@@ -14,4 +14,5 @@  CONFIG_SPL=y
 # CONFIG_SPL_EFI_PARTITION is not set
 CONFIG_SUN8I_EMAC=y
 CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_MUSB_GADGET=y
 CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y