imx8m: rename clock to clock_imx8mq
authorPeng Fan <peng.fan@nxp.com>
Tue, 27 Aug 2019 06:25:44 +0000 (06:25 +0000)
committerStefano Babic <sbabic@denx.de>
Tue, 8 Oct 2019 14:36:36 +0000 (16:36 +0200)
i.MX8MQ and i.MX8MM has totally different pll design, so
rename clock to clock_imx8mq.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/mach-imx/imx8m/Makefile
arch/arm/mach-imx/imx8m/clock_imx8mq.c [moved from arch/arm/mach-imx/imx8m/clock.c with 100% similarity]

index feff494..42a1544 100644 (file)
@@ -3,4 +3,5 @@
 # Copyright 2017 NXP
 
 obj-y += lowlevel_init.o
-obj-y += clock.o clock_slice.o soc.o
+obj-y += clock_slice.o soc.o
+obj-$(CONFIG_IMX8MQ) += clock_imx8mq.o