aboutsummaryrefslogtreecommitdiff
path: root/drivers/reset/reset-raspberrypi.c
AgeCommit message (Collapse)AuthorFilesLines
2020-08-18reset: Add Raspberry Pi 4 firmware reset controllerNicolas Saenz Julienne1-0/+122
Raspberry Pi 4's co-processor controls some of the board's HW initialization process, but it's up to Linux to trigger it when relevant. Introduce a reset controller capable of interfacing with RPi4's co-processor that models these firmware initialization routines as reset lines. Reviewed-by: Florian Fainelli <[email protected]> Reviewed-by: Philipp Zabel <[email protected]> Signed-off-by: Nicolas Saenz Julienne <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>