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)
commit2d58296f3ec93b9d9ff862eb6e656af1f7cd8c47
tree0dd87b98a3b2ca16d43462df94c7938c330db19a
parentabeebc19dbe0445793dab45d48dc60541e58fe6a
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]