]> git.baikalelectronics.ru Git - uboot.git/commit
imx8: add dummy clock
authorPeng Fan <peng.fan@nxp.com>
Thu, 18 Oct 2018 12:28:26 +0000 (14:28 +0200)
committerStefano Babic <sbabic@denx.de>
Mon, 22 Oct 2018 10:59:01 +0000 (12:59 +0200)
commit3ccad2bc20e0327c00b5ad02c6d8e2e679f6fa03
tree0dd87b98a3b2ca16d43462df94c7938c330db19a
parentf2538716f62a9b281d8518e004e0982b91e982bd
imx8: add dummy clock

This driver is mostly used to avoid build errors.
We use uclass clk driver for clk related operations.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Anatolij Gustschin <agust@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
arch/arm/include/asm/arch-imx8/clock.h [new file with mode: 0644]
arch/arm/mach-imx/imx8/clock.c [new file with mode: 0644]