summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/common.c
diff options
context:
space:
mode:
authorAdrian Alonso <adrian.alonso@nxp.com>2016-01-25 15:20:06 -0600
committerAdrian Alonso <adrian.alonso@nxp.com>2016-02-03 17:34:54 -0600
commit913c5de8a51e539cdbded27c3fd81f05cef1f05c (patch)
treeeba378e762758fa9eb0e748ca53c2c357d9aa9c8 /arch/arm/mach-imx/common.c
parente667fb20c8f9572cba9abba04a655af9980c8f0c (diff)
MLK-12023-3: arm: imx6q: add lpddr2 bus frequency support
Add busfreq support for imx6q lpddr2 pop target platform DDR scaling support for low bus frequency and high bus frequency mode (24Mhz/400Mhz) Update Copyrigth year info Signed-off-by: Adrian Alonso <aalonso@freescale.com> Signed-off-by: Anson Huang <b20788@freescale.com> (cherry picked from commit 91cff834d4f5d065fe8e7e60c1c1799f00990654)
Diffstat (limited to 'arch/arm/mach-imx/common.c')
-rw-r--r--arch/arm/mach-imx/common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/common.c b/arch/arm/mach-imx/common.c
index 397a2e7dfc7e..b240b449d889 100644
--- a/arch/arm/mach-imx/common.c
+++ b/arch/arm/mach-imx/common.c
@@ -135,9 +135,11 @@ void imx6_up_lpddr2_freq_change(u32 freq, int bus_freq_mode) {}
#if !defined(CONFIG_SOC_IMX6Q)
u32 mx6_ddr3_freq_change_start, mx6_ddr3_freq_change_end;
+u32 mx6q_lpddr2_freq_change_start, mx6q_lpddr2_freq_change_end;
u32 wfe_smp_freq_change_start, wfe_smp_freq_change_end;
void mx6_ddr3_freq_change(u32 freq, void *ddr_settings,
bool dll_mode, void *iomux_offsets) {}
+void mx6q_lpddr2_freq_change(u32 freq, int bus_freq_mode) {}
void wfe_smp_freq_change(u32 cpuid, u32 *ddr_freq_change_done) {}
#endif