diff options
author | Eric Anholt <eric@anholt.net> | 2018-12-13 02:51:48 +0300 |
---|---|---|
committer | Stefan Wahren <stefan.wahren@i2se.com> | 2019-01-09 18:55:09 +0300 |
commit | 670c672608a1ffcbc7ac0f872734843593bb8b15 (patch) | |
tree | ed0a90dbdc31abac4f32f7893e2a532fad810a1e /include/linux/mfd/bcm2835-pm.h | |
parent | 5e6acc3e678ed3db746ab4fb53a980861cd711b6 (diff) | |
download | linux-670c672608a1ffcbc7ac0f872734843593bb8b15.tar.xz |
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 'include/linux/mfd/bcm2835-pm.h')
-rw-r--r-- | include/linux/mfd/bcm2835-pm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/bcm2835-pm.h b/include/linux/mfd/bcm2835-pm.h index b7d0ee1feffa..ed37dc40e82a 100644 --- a/include/linux/mfd/bcm2835-pm.h +++ b/include/linux/mfd/bcm2835-pm.h @@ -8,6 +8,7 @@ struct bcm2835_pm { struct device *dev; void __iomem *base; + void __iomem *asb; }; #endif /* BCM2835_MFD_PM_H */ |