From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Wed, 05 Aug 2015 09:09:33 +0100 Subject: [U-Boot] [PATCH] sunxi: Enable musb in host mode on the Jesurun Q5 In-Reply-To: <1438725104-19796-1-git-send-email-hdegoede@redhat.com> References: <1438725104-19796-1-git-send-email-hdegoede@redhat.com> Message-ID: <1438762173.18644.58.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 2015-08-04 at 23:51 +0200, Hans de Goede wrote: > The Jesurun Q5 has the musb hooked up to an usb-a receptacle, enable it > in host-only mode. > > Signed-off-by: Hans de Goede [..] > @@ -2,6 +2,7 @@ CONFIG_ARM=y > CONFIG_ARCH_SUNXI=y > CONFIG_MACH_SUN4I=y > CONFIG_DRAM_CLK=312 > +CONFIG_VIDEO_COMPOSITE=y Did you intend this to be in one of the composite mode patches I just looked at, or maybe a separate patch in that series? It doesn't seem to belong here anyway. > @@ -10,3 +11,5 @@ CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_EMAC,MACPWR=SUNXI_GPH(19)" > # CONFIG_CMD_FLASH is not set > # CONFIG_CMD_FPGA is not set > CONFIG_USB_EHCI_HCD=y > +CONFIG_USB_MUSB_HOST=y > +CONFIG_USB0_VBUS_PIN="PB9" With the above commit message this hunk: Acked-by: Ian Campbell