imx8m: rename clock to clock_imx8mq

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>
This commit is contained in:
Peng Fan 2019-08-27 06:25:44 +00:00 committed by Stefano Babic
parent d2041725e8
commit 2005916f54
2 changed files with 2 additions and 1 deletions

View 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