aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/imx/Makefile
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-09-06 11:28:14 +0800
committerShawn Guo <shawnguo@kernel.org>2022-09-17 16:31:06 +0800
commit0a0f7cc25d4a525a71260cbd453a848c5c8e61c3 (patch)
treebf9b3a0be00651cedb325d523c2f56eb0608f416 /drivers/soc/imx/Makefile
parentsoc: imx: imx8m-blk-ctrl: Use genpd_xlate_onecell (diff)
downloadlinux-dev-0a0f7cc25d4a525a71260cbd453a848c5c8e61c3.tar.xz
linux-dev-0a0f7cc25d4a525a71260cbd453a848c5c8e61c3.zip
soc: imx: add i.MX93 SRC power domain driver
Support controlling power domain managed by System Reset Controller(SRC). Current supported power domain is mediamix power domain. Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'drivers/soc/imx/Makefile')
-rw-r--r--drivers/soc/imx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/imx/Makefile b/drivers/soc/imx/Makefile
index 63cd29f6d4d2..a0baa2a01adb 100644
--- a/drivers/soc/imx/Makefile
+++ b/drivers/soc/imx/Makefile
@@ -7,3 +7,4 @@ obj-$(CONFIG_IMX_GPCV2_PM_DOMAINS) += gpcv2.o
obj-$(CONFIG_SOC_IMX8M) += soc-imx8m.o
obj-$(CONFIG_SOC_IMX8M) += imx8m-blk-ctrl.o
obj-$(CONFIG_SOC_IMX8M) += imx8mp-blk-ctrl.o
+obj-$(CONFIG_SOC_IMX9) += imx93-src.o imx93-pd.o