summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/imx/Makefile
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2020-06-25 23:14:07 +0200
committerShawn Guo <shawnguo@kernel.org>2020-07-13 04:02:00 +0200
commita24015fa8b89e4605a9c6581d56b48d991e2b66b (patch)
tree5c74a2f0ccd9253bfe6b6f6669ac6a895961eecf /drivers/firmware/imx/Makefile
parentfirmware: imx: scu-pd: add more cm4 resources (diff)
downloadlinux-a24015fa8b89e4605a9c6581d56b48d991e2b66b.tar.xz
linux-a24015fa8b89e4605a9c6581d56b48d991e2b66b.zip
firmware: imx: Move i.MX SCU soc driver into imx firmware folder
The i.MX SCU soc driver depends on SCU firmware driver, so it has to use platform driver model for proper defer probe operation, since it has no device binding in DT file, a simple platform device is created together inside the platform driver. To make it more clean, we can just move the entire SCU soc driver into imx firmware folder and initialized by i.MX SCU firmware driver. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'drivers/firmware/imx/Makefile')
-rw-r--r--drivers/firmware/imx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/imx/Makefile b/drivers/firmware/imx/Makefile
index 17ea3613e142..b76acbade2a0 100644
--- a/drivers/firmware/imx/Makefile
+++ b/drivers/firmware/imx/Makefile
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_IMX_DSP) += imx-dsp.o
-obj-$(CONFIG_IMX_SCU) += imx-scu.o misc.o imx-scu-irq.o rm.o
+obj-$(CONFIG_IMX_SCU) += imx-scu.o misc.o imx-scu-irq.o rm.o imx-scu-soc.o
obj-$(CONFIG_IMX_SCU_PD) += scu-pd.o