summaryrefslogtreecommitdiff
path: root/drivers/reset/Makefile
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2019-03-20 10:32:39 +0300
committerTom Rini <trini@konsulko.com>2019-04-24 00:57:24 +0300
commitf5e6c168c174cff74201ef58d99b27229ca0e4c2 (patch)
treecc23f4a9d460cd37cae57fe054541992d5e78fc8 /drivers/reset/Makefile
parentf5ed7481e7665d2d15037fc8eb118b0a79b24019 (diff)
downloadu-boot-f5e6c168c174cff74201ef58d99b27229ca0e4c2.tar.xz
reset: add reset driver for HiSilicon platform
It adds a Driver Model compatible reset driver for HiSlicon platform. The driver implements a custom .of_xlate function, and uses .data field as reset register offset and .id field as bit shift. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Joe Hershberger <joe.hershberger@ni.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 4fad7d4129..7fec75bb49 100644
--- a/drivers/reset/Makefile
+++ b/drivers/reset/Makefile
@@ -19,3 +19,4 @@ obj-$(CONFIG_RESET_MESON) += reset-meson.o
obj-$(CONFIG_RESET_SOCFPGA) += reset-socfpga.o
obj-$(CONFIG_RESET_MEDIATEK) += reset-mediatek.o
obj-$(CONFIG_RESET_SUNXI) += reset-sunxi.o
+obj-$(CONFIG_RESET_HISILICON) += reset-hisilicon.o