]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MLK-9996 arm: imx6: Correct the AHB clock in low_bus_freq_mode
authorBai Ping <b51503@freescale.com>
Mon, 15 Dec 2014 15:56:09 +0000 (23:56 +0800)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:18:43 +0000 (21:18 -0600)
commit3a41fddc0ca1dc609ca369dbd858bcbfee556c5d
tree3e1813a26ab17a0249de34fb50be04c9d393089c
parent46856058d2e460a887e4223a3c23491e527a6c17
MLK-9996 arm: imx6: Correct the AHB clock in low_bus_freq_mode

When the busfreq is in audio_bus_freq_mode, the AHB bus is at 8MHz,
in low_bus_freq_mode, the AHB needs to run at 24MHz. So when switching
from audio_bus_freq_mode to low_bus_freq_mode, make sure the AHB is at
24MHz in low_bus_freq_mode.

Signed-off-by: Bai Ping <b51503@freescale.com>
arch/arm/mach-imx/busfreq-imx6.c