Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-05 | imx8m: add clk support for i.MX8MN | Peng Fan | |
i.MX8MN has similar architecture with i.MX8MM, so it could reuse the clock code of i.MX8MM, but i.MX8MN has different CCM root configurations, so need a separate root entry. Signed-off-by: Peng Fan <peng.fan@nxp.com> | |||
2019-10-08 | imx8m: add clk support for i.MX8MM | Peng Fan | |
Introduce clk implementation for i.MX8MM, including pll configuration, ccm configuration. Mostly will be done clk dm driver, but such as DRAM part, we still use non clk dm driver, because we have limited sram. Signed-off-by: Peng Fan <peng.fan@nxp.com> |