From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sun, 12 Jun 2016 13:27:42 +0100 Subject: [U-Boot] [PATCH] sunxi: musb: Properly turn of musb controller before booting In-Reply-To: <1465138488-1514-1-git-send-email-hdegoede@redhat.com> References: <1465138488-1514-1-git-send-email-hdegoede@redhat.com> Message-ID: <1465734462.22752.25.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 Sun, 2016-06-05 at 16:54 +0200, Hans de Goede wrote: > Turn of the clock and assert the reset when musb_stop gets called, so > that > the os gets the musb controller in a pristine state. This fixes a > spurious > VBus error interrupt triggering as soon as the Linux musb driver > loads. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell