summaryrefslogtreecommitdiffstats
path: root/drivers/soc/bcm/Makefile
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2018-12-12 15:51:48 -0800
committerStefan Wahren <stefan.wahren@i2se.com>2019-01-09 16:55:09 +0100
commit670c672608a1ffcbc7ac0f872734843593bb8b15 (patch)
treeed0a90dbdc31abac4f32f7893e2a532fad810a1e /drivers/soc/bcm/Makefile
parent5e6acc3e678ed3db746ab4fb53a980861cd711b6 (diff)
downloadlinux-stable-670c672608a1ffcbc7ac0f872734843593bb8b15.tar.gz
linux-stable-670c672608a1ffcbc7ac0f872734843593bb8b15.tar.bz2
linux-stable-670c672608a1ffcbc7ac0f872734843593bb8b15.zip
soc: bcm: bcm2835-pm: Add support for power domains under a new binding.
This provides a free software alternative to raspberrypi-power.c's firmware calls to manage power domains. It also exposes a reset line, where previously the vc4 driver had to try to force power off the domain in order to trigger a reset. Signed-off-by: Eric Anholt <eric@anholt.net> Acked-by: Rob Herring <robh@kernel.org> Acked-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Diffstat (limited to 'drivers/soc/bcm/Makefile')
-rw-r--r--drivers/soc/bcm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/bcm/Makefile b/drivers/soc/bcm/Makefile
index dc4fced72d21..c81df4b2403c 100644
--- a/drivers/soc/bcm/Makefile
+++ b/drivers/soc/bcm/Makefile
@@ -1,2 +1,3 @@
+obj-$(CONFIG_BCM2835_POWER) += bcm2835-power.o
obj-$(CONFIG_RASPBERRYPI_POWER) += raspberrypi-power.o
obj-$(CONFIG_SOC_BRCMSTB) += brcmstb/