summaryrefslogtreecommitdiff
path: root/arch/arm/include
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-10-23 20:25:49 -0700
committerYe Li <ye.li@nxp.com>2018-10-24 20:22:25 -0700
commit6d6ee6f3e3c452c4980d9eb14ce41ca3130f41ab (patch)
tree66c185fecb063a02433e684df9a79825a945900e /arch/arm/include
parentb12e170792c918efc7c371f86989d34fc397fe06 (diff)
MLK-20049-1 imx8mm: Update DRAM PLL settings for 266Mhz and 167Mhz
Added two DRAM PLL frequencies 266Mhz and 167Mhz output support. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/arch-imx8m/clock_imx8mm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-imx8m/clock_imx8mm.h b/arch/arm/include/asm/arch-imx8m/clock_imx8mm.h
index 52358d4294..d8b59d31b5 100644
--- a/arch/arm/include/asm/arch-imx8m/clock_imx8mm.h
+++ b/arch/arm/include/asm/arch-imx8m/clock_imx8mm.h
@@ -464,6 +464,7 @@ struct ccm_reg {
enum dram_pll_out_val {
DRAM_PLL_OUT_100M,
+ DRAM_PLL_OUT_167M,
DRAM_PLL_OUT_266M,
DRAM_PLL_OUT_667M,
DRAM_PLL_OUT_400M,