Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54ea21f0 authored by Michal Simek's avatar Michal Simek Committed by Michal Simek
Browse files

microblaze: Show message when reset gpio is not present



Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent ec2eba55
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -67,7 +67,11 @@ static void gpio_system_reset(void)
		pr_notice("Reset GPIO unavailable - halting!\n");
}
#else
#define gpio_system_reset() do {} while (0)
static void gpio_system_reset(void)
{
	pr_notice("No reset GPIO present - halting!\n");
}

void of_platform_reset_gpio_probe(void)
{
	return;