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

2018-02-06 Thread Maxime Ripard
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 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 -- Maxime

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

2018-02-06 Thread Jagan Teki
Enable USB_MUSB_GADGET which operate OTG in peripheral mode Signed-off-by: Jagan Teki --- configs/bananapi_m64_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/bananapi_m64_defconfig b/configs/bananapi_m64_defconfig index 461567f..11397ae 100644 --- a/configs/bananapi_m64_de