summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mach-mpc5xxx/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/mach-mpc5xxx/cpu.c')
-rw-r--r--arch/powerpc/mach-mpc5xxx/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mach-mpc5xxx/cpu.c b/arch/powerpc/mach-mpc5xxx/cpu.c
index a85e1667bc..5cf5194aa2 100644
--- a/arch/powerpc/mach-mpc5xxx/cpu.c
+++ b/arch/powerpc/mach-mpc5xxx/cpu.c
@@ -92,7 +92,7 @@ static void __noreturn mpc5xxx_restart_soc(struct restart_handler *rst)
static int restart_register_feature(void)
{
- return restart_handler_register_fn(mpc5xxx_restart_soc);
+ return restart_handler_register_fn("soc-wdt", mpc5xxx_restart_soc);
}
coredevice_initcall(restart_register_feature);