summaryrefslogtreecommitdiffstats
path: root/drivers/power/reset/Makefile
diff options
context:
space:
mode:
authorBaolin Wang <baolin.wang@linaro.org>2018-02-26 10:23:14 +0800
committerSebastian Reichel <sebastian.reichel@collabora.co.uk>2018-03-09 17:11:31 +0100
commit3f5faf3a0667ea39faf7152c5bdd4befb9e483a8 (patch)
treec875fc8ffac9561a75b680f6f6d27bc388f99d14 /drivers/power/reset/Makefile
parent6ff653e3e8b9cd53cf490e8bea888e8af3e39ea7 (diff)
downloadlinux-stable-3f5faf3a0667ea39faf7152c5bdd4befb9e483a8.tar.gz
linux-stable-3f5faf3a0667ea39faf7152c5bdd4befb9e483a8.tar.bz2
linux-stable-3f5faf3a0667ea39faf7152c5bdd4befb9e483a8.zip
power: reset: Add Spreadtrum SC27xx PMIC power off support
On Spreadtrum platform, we need power off system through external SC27xx series PMICs including the SC2720, SC2721, SC2723, SC2730 and SC2731 chips. Thus this patch adds SC27xx series PMICs power-off support. Signed-off-by: Baolin Wang <baolin.wang@linaro.org> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Diffstat (limited to 'drivers/power/reset/Makefile')
-rw-r--r--drivers/power/reset/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/reset/Makefile b/drivers/power/reset/Makefile
index 6b9eb1393179..7778c7485cf1 100644
--- a/drivers/power/reset/Makefile
+++ b/drivers/power/reset/Makefile
@@ -27,3 +27,4 @@ obj-$(CONFIG_POWER_RESET_RMOBILE) += rmobile-reset.o
obj-$(CONFIG_POWER_RESET_ZX) += zx-reboot.o
obj-$(CONFIG_REBOOT_MODE) += reboot-mode.o
obj-$(CONFIG_SYSCON_REBOOT_MODE) += syscon-reboot-mode.o
+obj-$(CONFIG_POWER_RESET_SC27XX) += sc27xx-poweroff.o