aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/reset/Makefile
diff options
context:
space:
mode:
authorNava kishore Manne <nava.manne@xilinx.com>2019-01-25 13:16:54 +0530
committerMichal Simek <michal.simek@xilinx.com>2019-01-29 14:08:40 +0100
commit62f0d7dc3bae9f7ce2701d6c8cfd3d93130017af (patch)
tree3c9a25263e65d7afb2f9d807a02700ee2cb932ab /drivers/reset/Makefile
parentdt-bindings: reset: Add bindings for ZynqMP reset driver (diff)
downloadlinux-dev-62f0d7dc3bae9f7ce2701d6c8cfd3d93130017af.tar.xz
linux-dev-62f0d7dc3bae9f7ce2701d6c8cfd3d93130017af.zip
reset: reset-zynqmp: Adding support for Xilinx zynqmp reset controller.
Add a reset controller driver for Xilinx Zynq UltraScale+ MPSoC. The zynqmp reset-controller has the ability to reset lines connected to different blocks and peripheral in the Soc. Signed-off-by: Nava kishore Manne <nava.manne@xilinx.com> Acked-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'drivers/reset/Makefile')
-rw-r--r--drivers/reset/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/reset/Makefile b/drivers/reset/Makefile
index d08e8b90046a..380602d9c9b4 100644
--- a/drivers/reset/Makefile
+++ b/drivers/reset/Makefile
@@ -25,4 +25,5 @@ obj-$(CONFIG_RESET_TI_SYSCON) += reset-ti-syscon.o
obj-$(CONFIG_RESET_UNIPHIER) += reset-uniphier.o
obj-$(CONFIG_RESET_UNIPHIER_USB3) += reset-uniphier-usb3.o
obj-$(CONFIG_RESET_ZYNQ) += reset-zynq.o
+obj-$(CONFIG_ARCH_ZYNQMP) += reset-zynqmp.o