summaryrefslogtreecommitdiffstats
path: root/drivers/soc/xilinx/Makefile
diff options
context:
space:
mode:
authorJolly Shah2019-02-01 23:08:50 +0100
committerMichal Simek2019-02-12 13:38:16 +0100
commite23d9c6d0d4912fab12cd2d56070b0a8199772f0 (patch)
tree69d39c71f30424ee14d13a12cb87ce8edc6c484c /drivers/soc/xilinx/Makefile
parentfirmware: xilinx: Add APIs to control node status/power (diff)
downloadkernel-qcow2-linux-e23d9c6d0d4912fab12cd2d56070b0a8199772f0.tar.gz
kernel-qcow2-linux-e23d9c6d0d4912fab12cd2d56070b0a8199772f0.tar.xz
kernel-qcow2-linux-e23d9c6d0d4912fab12cd2d56070b0a8199772f0.zip
drivers: soc: xilinx: Add ZynqMP power domain driver
The zynqmp-genpd driver communicates the usage requirements for logical power domains / devices to the platform FW. FW is responsible for choosing appropriate power states, taking Linux' usage information into account. Signed-off-by: Rajan Vaja <rajan.vaja@xilinx.com> Signed-off-by: Jolly Shah <jolly.shah@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'drivers/soc/xilinx/Makefile')
-rw-r--r--drivers/soc/xilinx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/xilinx/Makefile b/drivers/soc/xilinx/Makefile
index 428b9dbb1f2c..f66bfea5de17 100644
--- a/drivers/soc/xilinx/Makefile
+++ b/drivers/soc/xilinx/Makefile
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_XILINX_VCU) += xlnx_vcu.o
obj-$(CONFIG_ZYNQMP_POWER) += zynqmp_power.o
+obj-$(CONFIG_ZYNQMP_PM_DOMAINS) += zynqmp_pm_domains.o