mirror of
https://github.com/torvalds/linux.git
synced 2024-12-11 05:33:09 +00:00
670c672608
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>
4 lines
140 B
Makefile
4 lines
140 B
Makefile
obj-$(CONFIG_BCM2835_POWER) += bcm2835-power.o
|
|
obj-$(CONFIG_RASPBERRYPI_POWER) += raspberrypi-power.o
|
|
obj-$(CONFIG_SOC_BRCMSTB) += brcmstb/
|