From: Hans de Goede Date: Sat, 15 Aug 2015 09:59:25 +0000 (+0200) Subject: sunxi_nand_spl: Turn off clocks when we're done with the nand X-Git-Tag: KARO-TX6-2015-09-18~64 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=24ae86bbe816da276f4fbf3ff9feae237f9ef319;hp=24ae86bbe816da276f4fbf3ff9feae237f9ef319 sunxi_nand_spl: Turn off clocks when we're done with the nand 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 built with dma-controller support. Signed-off-by: Hans de Goede Acked-by: Ian Campbell ---