commit | 466a318b1d27c4e863d60f5f572d28ed2f321b60 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Sat Aug 15 11:59:25 2015 +0200 |
committer | Hans de Goede <hdegoede@redhat.com> | Mon Aug 31 08:43:41 2015 +0200 |
tree | a11837662d5d00067d225e66e9ec2638eef8d71e | |
parent | e5561a8acd72a01897078eabac779cdf5862dcdd [diff] |
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 <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>