MLK-12868-03 ARM: imx: add busfreq support on imx6ull
authorBai Ping <ping.bai@nxp.com>
Thu, 7 Apr 2016 09:20:03 +0000 (17:20 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:51:52 +0000 (14:51 -0500)
commitd9661b096f2bb798ba42ca9f0d79d510eb8080f8
tree808ae97d3c30ff83ceb01fdb3866a565aca0d634
parentc52a03ba9f1fde968325a3ef97d450b03b52f428
MLK-12868-03 ARM: imx: add busfreq support on imx6ull

Add busfreq support on i.MX6ULL. per to the design
team, there is a 24MHz low power run mode on i.MX6ULL.
the define for this mode is as below:
----------------------------
|cpu    DRAM    AXI    AHB |
 24MHz  24MHz   24MHz  24MHz

The mode can be implemented as 'low_bus_mode' in busfreq,
compared to i.MX6UL, the additional code we need to add is
clk change for cpu core. so in low_bus_mode, the cpu will run
at 24MHz.

Signed-off-by: Bai Ping <ping.bai@nxp.com>
arch/arm/mach-imx/busfreq-imx.c
arch/arm/mach-imx/busfreq_ddr3.c