Skip to content

Commit e5300b2

Browse files
committed
soc: imx: Move power-domain drivers to the genpd dir
To simplify with maintenance let's move the imx power-domain drivers to the new genpd directory. Going forward, patches are intended to be managed through a separate git tree, according to MAINTAINERS. Cc: Shawn Guo <[email protected]> Cc: Sascha Hauer <[email protected]> Cc: Fabio Estevam <[email protected]> Cc: <[email protected]> Cc: <[email protected]> Reviewed-by: Fabio Estevam <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
1 parent aded002 commit e5300b2

File tree

8 files changed

+8
-6
lines changed

8 files changed

+8
-6
lines changed

drivers/genpd/imx/Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# SPDX-License-Identifier: GPL-2.0-only
2+
obj-$(CONFIG_HAVE_IMX_GPC) += gpc.o
3+
obj-$(CONFIG_IMX_GPCV2_PM_DOMAINS) += gpcv2.o
4+
obj-$(CONFIG_IMX8M_BLK_CTRL) += imx8m-blk-ctrl.o
5+
obj-$(CONFIG_IMX8M_BLK_CTRL) += imx8mp-blk-ctrl.o
6+
obj-$(CONFIG_SOC_IMX9) += imx93-pd.o
7+
obj-$(CONFIG_IMX9_BLK_CTRL) += imx93-blk-ctrl.o
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

drivers/soc/imx/Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,5 @@
22
ifeq ($(CONFIG_ARM),y)
33
obj-$(CONFIG_ARCH_MXC) += soc-imx.o
44
endif
5-
obj-$(CONFIG_HAVE_IMX_GPC) += gpc.o
6-
obj-$(CONFIG_IMX_GPCV2_PM_DOMAINS) += gpcv2.o
75
obj-$(CONFIG_SOC_IMX8M) += soc-imx8m.o
8-
obj-$(CONFIG_IMX8M_BLK_CTRL) += imx8m-blk-ctrl.o
9-
obj-$(CONFIG_IMX8M_BLK_CTRL) += imx8mp-blk-ctrl.o
10-
obj-$(CONFIG_SOC_IMX9) += imx93-src.o imx93-pd.o
11-
obj-$(CONFIG_IMX9_BLK_CTRL) += imx93-blk-ctrl.o
6+
obj-$(CONFIG_SOC_IMX9) += imx93-src.o

0 commit comments

Comments
 (0)