From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Mon, 17 Aug 2015 09:22:14 +0100 Subject: [U-Boot] [PATCH 07/15] sunxi_nand_spl: Turn off clocks when we're done with the nand In-Reply-To: <1439668968-3882-8-git-send-email-hdegoede@redhat.com> References: <1439668968-3882-1-git-send-email-hdegoede@redhat.com> <1439668968-3882-8-git-send-email-hdegoede@redhat.com> Message-ID: <1439799734.3480.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 Sat, 2015-08-15 at 22:02 +0200, Hans de Goede wrote: > Turn off the nand and dma clocks when we're done with the nand, this > puts the nand and dma controllers back into a clean state for when the > kernel boots. > > Without this the kernel will not boot properly when it is build with built > dma-controller support. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell