diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2023-07-06 01:09:38 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2023-07-14 10:41:59 +0200 |
commit | 444ffc820d9066910754c67d3bf55d1dd5f26208 (patch) | |
tree | 61d5fb1183b1a38aab576445d9b3daf1409e04a1 /drivers/genpd/xilinx/Makefile | |
parent | 2449efaaf9139e3928c8228deecd5b736e27a221 (diff) |
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>
Diffstat (limited to 'drivers/genpd/xilinx/Makefile')
-rw-r--r-- | drivers/genpd/xilinx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/genpd/xilinx/Makefile b/drivers/genpd/xilinx/Makefile new file mode 100644 index 000000000000..a706ab699cfa --- /dev/null +++ b/drivers/genpd/xilinx/Makefile @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0 +obj-$(CONFIG_ZYNQMP_PM_DOMAINS) += zynqmp-pm-domains.o |