Skip to content

Commit 444ffc8

Browse files
committed
soc: xilinx: Move power-domain driver to the genpd dir
To simplify with maintenance let's move the xilinx power-domain driver to the new genpd directory. Going forward, patches are intended to be managed through a separate git tree, according to MAINTAINERS. Cc: Michal Simek <michal.simek@amd.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent 2449efa commit 444ffc8

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

drivers/genpd/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ obj-y += starfive/
1212
obj-y += sunxi/
1313
obj-y += tegra/
1414
obj-y += ti/
15+
obj-y += xilinx/

drivers/genpd/xilinx/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SPDX-License-Identifier: GPL-2.0
2+
obj-$(CONFIG_ZYNQMP_PM_DOMAINS) += zynqmp-pm-domains.o

drivers/soc/xilinx/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# SPDX-License-Identifier: GPL-2.0
22
obj-$(CONFIG_ZYNQMP_POWER) += zynqmp_power.o
3-
obj-$(CONFIG_ZYNQMP_PM_DOMAINS) += zynqmp_pm_domains.o
43
obj-$(CONFIG_XLNX_EVENT_MANAGER) += xlnx_event_manager.o

0 commit comments

Comments
 (0)