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 <paul.barker.ct@bp.renesas.com> Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
@@ -56,11 +56,3 @@ int board_init(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void reset_cpu(void)
|
||||
{
|
||||
/*
|
||||
* TODO: Implement reset support once TrustedFirmware supports
|
||||
* the appropriate call.
|
||||
*/
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user