diff options
| author | Torsten Duwe <[email protected]> | 2026-06-01 12:39:29 +0200 |
|---|---|---|
| committer | Peter Robinson <[email protected]> | 2026-06-04 10:50:04 +0100 |
| commit | af4f915fd6d2ec9cc024a4d528cebc9c44d15036 (patch) | |
| tree | 7707a4f8e43d3ff8773007569908aeb274ba834d /configs | |
| parent | 64ae1351b5203581a512ad8510e45870fdef4409 (diff) | |
reset: Add RPi5 rescal reset facilities
A driver for Broadcom rescal reset controllers ported from
linux/drivers/reset/reset-brcmstb-rescal.c to U-Boot.
Signed-off-by: Torsten Duwe <[email protected]>
Co-authored-by: Oleksii Moisieiev <[email protected]>
Tested-by: Pedro Falcato <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/rpi_arm64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rpi_arm64_defconfig b/configs/rpi_arm64_defconfig index 153d7ed301e..38af5029403 100644 --- a/configs/rpi_arm64_defconfig +++ b/configs/rpi_arm64_defconfig @@ -45,6 +45,7 @@ CONFIG_PCI_BRCMSTB=y CONFIG_PINCTRL=y # CONFIG_PINCTRL_GENERIC is not set CONFIG_RESET_BRCMSTB=y +CONFIG_RESET_BRCMSTB_RESCAL=y CONFIG_DM_RNG=y CONFIG_RNG_IPROC200=y # CONFIG_REQUIRE_SERIAL_CONSOLE is not set |
