diff options
| author | Paul Barker <[email protected]> | 2024-02-27 20:40:35 +0000 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2024-02-28 18:42:27 +0100 |
| commit | 3787ee1d2d782cabe604a79c95785276ccd03177 (patch) | |
| tree | e965c88930807b1b9ec26bb5548ceed6672a509b | |
| parent | a79f96112be4a2f1f11d45827daf1b4270ae8a70 (diff) | |
board: rzg2l: Support reset via Renesas RAA215300 PMIC
With the SYSRESET subsystem enabled we do not need to implement
reset_cpu() in the board directory.
Signed-off-by: Paul Barker <[email protected]>
Reviewed-by: Marek Vasut <[email protected]>
| -rw-r--r-- | board/renesas/rzg2l/rzg2l.c | 8 | ||||
| -rw-r--r-- | configs/renesas_rzg2l_smarc_defconfig | 2 |
2 files changed, 2 insertions, 8 deletions
diff --git a/board/renesas/rzg2l/rzg2l.c b/board/renesas/rzg2l/rzg2l.c index 73201a8c69e..0f6d6e7f514 100644 --- a/board/renesas/rzg2l/rzg2l.c +++ b/board/renesas/rzg2l/rzg2l.c @@ -56,11 +56,3 @@ int board_init(void) { return 0; } - -void reset_cpu(void) -{ - /* - * TODO: Implement reset support once TrustedFirmware supports - * the appropriate call. - */ -} diff --git a/configs/renesas_rzg2l_smarc_defconfig b/configs/renesas_rzg2l_smarc_defconfig index 2cab79329db..21365a21fe8 100644 --- a/configs/renesas_rzg2l_smarc_defconfig +++ b/configs/renesas_rzg2l_smarc_defconfig @@ -55,3 +55,5 @@ CONFIG_PMIC_RAA215300=y CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y +CONFIG_SYSRESET=y +CONFIG_SYSRESET_RAA215300=y |
