summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/mx7.h
AgeCommit message (Collapse)Author
2015-05-08MLK-10788-5 ARM: imx: add busfreq support for i.mx7dAnson Huang
Add busfreq support for i.MX7D, including DDR3 and LPDDR3 boards, below setpoints are supported: LPDDR3: HIGH: DRAM CLK = 533MHz; AUDIO: DRAM CLK = 100MHz; LOW: DRAM CLK = 24MHz; DDR3: HIGH: DRAM CLK = 533MHz; AUDIO: DRAM CLK = 50MHz; LOW: DRAM CLK = 24MHz; Busfreq driver will auto detect DDR type, so no different operations needed for different DDR type, test cases are same as previous i.MX6 SoCs. Signed-off-by: Anson Huang <b20788@freescale.com>
2015-05-08MLK-10415-4 ARM: imx: enable mega/fast mix off for imx7dAnson Huang
When Mega/Fast mix is off in DSM, we need to do DDR retention, by default, Mega/Fast mix will be off in DSM, unless there is any device inside Mega/Fast mix domain enabled as wakeup source. Signed-off-by: Anson Huang <b20788@freescale.com>
2015-04-14MLK-10167-7 ARM: imx: add msl support for imx7dAnson Huang
Add i.MX7D MSL support. Signed-off-by: Anson Huang <b20788@freescale.com>