mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2026-09-08 18:21:29 +01:00
lib: utils/reset: Add Metanoia MT2824 system reset driver
Add a driver for the system reset function found in Metanoia MT2824 SoC and enable it in the generic platform configuration. Originally-by: Jun Chang <jun.chang@metanoia-comm.com> Signed-off-by: Benoît Monin <benoit.monin@bootlin.com> Reviewed-by: Anup Patel <anup@brainfault.org> Link: https://lore.kernel.org/r/20260724-mt5824-v3-2-9a7d17d69974@bootlin.com Signed-off-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
@@ -29,6 +29,10 @@ config FDT_RESET_LITEX
|
||||
depends on FDT_GPIO
|
||||
default n
|
||||
|
||||
config FDT_RESET_METANOIA
|
||||
bool "Metanoia FDT reset driver"
|
||||
default n
|
||||
|
||||
config FDT_RESET_RPMI
|
||||
bool "RPMI FDT reset driver"
|
||||
depends on FDT_MAILBOX && RPMI_MAILBOX
|
||||
|
||||
Reference in New Issue
Block a user