diff options
author | Lee Jones <lee.jones@linaro.org> | 2014-07-22 10:52:28 -0400 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2014-09-26 11:34:15 -0400 |
commit | f0745f3696e88b4055c6229e1306a78fbe503066 (patch) | |
tree | 80287d0e02fe5fa145f39982f8f6f282decf9215 /drivers/power/reset/Makefile | |
parent | 661a88860274e059fdb744dfaa98c045db7b5d1d (diff) |
power: reset: Add restart functionality for STiH41x platforms
This driver adds the restart functionality for STiH415 and STiH416
platforms from STMicroelectronics. This driver registers an
arm_pm_restart function to reset the platform.
Signed-off-by: Christophe Kerello <christophe.kerello@st.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/power/reset/Makefile')
-rw-r--r-- | drivers/power/reset/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/reset/Makefile b/drivers/power/reset/Makefile index 5d943528c8f7..06f106b6cfc8 100644 --- a/drivers/power/reset/Makefile +++ b/drivers/power/reset/Makefile | |||
@@ -8,6 +8,7 @@ obj-$(CONFIG_POWER_RESET_LTC2952) += ltc2952-poweroff.o | |||
8 | obj-$(CONFIG_POWER_RESET_QNAP) += qnap-poweroff.o | 8 | obj-$(CONFIG_POWER_RESET_QNAP) += qnap-poweroff.o |
9 | obj-$(CONFIG_POWER_RESET_RESTART) += restart-poweroff.o | 9 | obj-$(CONFIG_POWER_RESET_RESTART) += restart-poweroff.o |
10 | obj-$(CONFIG_POWER_RESET_SUN6I) += sun6i-reboot.o | 10 | obj-$(CONFIG_POWER_RESET_SUN6I) += sun6i-reboot.o |
11 | obj-$(CONFIG_POWER_RESET_ST) += st-poweroff.o | ||
11 | obj-$(CONFIG_POWER_RESET_VEXPRESS) += vexpress-poweroff.o | 12 | obj-$(CONFIG_POWER_RESET_VEXPRESS) += vexpress-poweroff.o |
12 | obj-$(CONFIG_POWER_RESET_XGENE) += xgene-reboot.o | 13 | obj-$(CONFIG_POWER_RESET_XGENE) += xgene-reboot.o |
13 | obj-$(CONFIG_POWER_RESET_KEYSTONE) += keystone-reset.o | 14 | obj-$(CONFIG_POWER_RESET_KEYSTONE) += keystone-reset.o |