diff options
author | Chris Brand <chris.brand@broadcom.com> | 2016-05-11 14:36:17 -0700 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2016-06-06 16:17:33 -0700 |
commit | 783cb948d73b46aa336f0f0beb64789a0db35434 (patch) | |
tree | 8addfcd20fdaf1d08275c7184fd658a10197f955 /drivers/power/reset/Makefile | |
parent | 34642650e5bc052674b982433631fcc619237225 (diff) | |
download | blackbird-obmc-linux-783cb948d73b46aa336f0f0beb64789a0db35434.tar.gz blackbird-obmc-linux-783cb948d73b46aa336f0f0beb64789a0db35434.zip |
power: Introduce Broadcom kona reset driver
This driver supports reset on both BCM21664 and BCM23550.
Code is being moved from arch/arm/mach-bcm/board_bcm21664.c
Signed-off-by: Chris Brand <chris.brand@broadcom.com>
Acked-By: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
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 ab7aa8614d1f..6b6eeb3b4d7f 100644 --- a/drivers/power/reset/Makefile +++ b/drivers/power/reset/Makefile @@ -3,6 +3,7 @@ obj-$(CONFIG_POWER_RESET_AT91_POWEROFF) += at91-poweroff.o obj-$(CONFIG_POWER_RESET_AT91_RESET) += at91-reset.o obj-$(CONFIG_POWER_RESET_AT91_SAMA5D2_SHDWC) += at91-sama5d2_shdwc.o obj-$(CONFIG_POWER_RESET_AXXIA) += axxia-reset.o +obj-$(CONFIG_POWER_RESET_BRCMKONA) += brcm-kona-reset.o obj-$(CONFIG_POWER_RESET_BRCMSTB) += brcmstb-reboot.o obj-$(CONFIG_POWER_RESET_GPIO) += gpio-poweroff.o obj-$(CONFIG_POWER_RESET_GPIO_RESTART) += gpio-restart.o |