aboutsummaryrefslogtreecommitdiff
path: root/include/dt-bindings/power/raspberrypi-power.h
AgeCommit message (Collapse)AuthorFilesLines
2018-11-14soc: bcm: Switch raspberrypi-power to SPDX identifierStefan Wahren1-4/+1
Adopt the SPDX license identifier headers to ease license compliance management. Cc: Alexander Aring <[email protected]> Cc: Eric Anholt <[email protected]> Signed-off-by: Stefan Wahren <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
2015-12-21ARM: bcm2835: add rpi power domain driverAlexander Aring1-0/+41
This patch adds support for several power domains on Raspberry Pi, including USB (so it can be enabled even if the bootloader didn't do it), and graphics. This patch is the combined work of Eric Anholt (who wrote USB support inside of the Raspberry Pi firmware driver, and wrote the non-USB domain support) and Alexander Aring (who separated the original USB work out from the firmware driver). Signed-off-by: Alexander Aring <[email protected]> Signed-off-by: Eric Anholt <[email protected]> Reviewed-by: Ulf Hansson <[email protected]> Reviewed-by: Kevin Hilman <[email protected]>