diff options
author | Nava kishore Manne <nava.manne@xilinx.com> | 2019-01-25 13:16:54 +0530 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2019-01-29 14:08:40 +0100 |
commit | 62f0d7dc3bae9f7ce2701d6c8cfd3d93130017af (patch) | |
tree | 3c9a25263e65d7afb2f9d807a02700ee2cb932ab /drivers/reset/Makefile | |
parent | 3f1b66be4aaa5dbe0a16197bfdfc355cf1da7701 (diff) | |
download | linux-62f0d7dc3bae9f7ce2701d6c8cfd3d93130017af.tar.bz2 |
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/Makefile | 1 |
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 |