]> git.baikalelectronics.ru Git - uboot.git/commit
imx8m: add clk support for i.MX8MM
authorPeng Fan <peng.fan@nxp.com>
Tue, 27 Aug 2019 06:25:51 +0000 (06:25 +0000)
committerStefano Babic <sbabic@denx.de>
Tue, 8 Oct 2019 14:36:36 +0000 (16:36 +0200)
commitfcaedd36968ed3ee1feef54f5fc53b97ee6fa839
treeffd6c454c36ed705d1273b265eb22cb7df29089d
parentc398ddcd72ee56465be80c934403870338d642c5
imx8m: add clk support for i.MX8MM

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>
arch/arm/include/asm/arch-imx8m/clock.h
arch/arm/include/asm/arch-imx8m/clock_imx8mm.h [new file with mode: 0644]
arch/arm/mach-imx/imx8m/Makefile
arch/arm/mach-imx/imx8m/clock_imx8mm.c [new file with mode: 0644]
arch/arm/mach-imx/imx8m/clock_slice.c