Commit Graph

4 Commits

Author SHA1 Message Date
Bai Ping f4c76d52da MLK-20602 imx8mq: Change clock source of GIC
Change the the GIC clock source to sys_pll2_200m.
Improve the IRQ response latency.

Signed-off-by: Bai Ping <ping.bai@nxp.com>
2018-12-19 14:51:13 +08:00
Bai Ping 048327a4f2 MLK-10163-01 imx8mq: Re-desine the dram_pll_init function
Change the dram_pll_init function API to make it same
as i.MX8MM, so the dram init flow can use call the same
API for these two different SOC.

Signed-off-by: Bai Ping <ping.bai@nxp.com>
2018-11-02 20:50:11 -05:00
Ye Li 11a44009a6 MLK-19433-2 imx8mq: Get chip rev for B1 revision
The mscale B1 uses OCOTP_HW_OCOTP_READ_FUSE_DATA register for chip id.
It returns a magic number 0xff0055aa.
Update get_cpu_rev to support this way, also enable OCOTP clock to allow
access OCOTP register.

Signed-off-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit 866631c2140b9352c6f74ec36d1a51fea40c0445)
2018-09-04 01:57:19 -07:00
Peng Fan 19e09b42ca MLK-18243-6 arm: imx8m: add clock driver for i.MX8MM
The PLL used on i.MX8MM is different from i.MX8MQ,
so add new clock_imx8mm.c dedicated for i.MX8MM,

Currently use two new files for i.MX8MM, in future
the code could be restructed to share to avoid
code duplication.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
(cherry picked from commit 4415e28950b1baf62a9b9e3c819d93e7deba0cad)
2018-05-23 04:15:49 -07:00