diff options
author | Chen Feng <puck.chen@hisilicon.com> | 2015-11-20 10:10:05 +0800 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2015-11-20 15:41:45 +0100 |
commit | f59d23c2c0eb23194ffc16f640dfac4da938b6ac (patch) | |
tree | daab6e6c92856d3da9eb48dbe960e3309c6c85d0 /drivers/reset/hisilicon/Makefile | |
parent | 04d112690d2de4dada66952c0d29fc4b8eb82512 (diff) |
reset: hi6220: Reset driver for hisilicon hi6220 SoC
Add reset driver for hi6220-hikey board,this driver supply deassert
of IP on hi6220 SoC.
Signed-off-by: Chen Feng <puck.chen@hisilicon.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'drivers/reset/hisilicon/Makefile')
-rw-r--r-- | drivers/reset/hisilicon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/reset/hisilicon/Makefile b/drivers/reset/hisilicon/Makefile new file mode 100644 index 000000000000..c932f86e2f10 --- /dev/null +++ b/drivers/reset/hisilicon/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_COMMON_RESET_HI6220) += hi6220_reset.o |