summaryrefslogtreecommitdiff
path: root/lib/utils/reset/fdt_reset_thead.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/utils/reset/fdt_reset_thead.c')
-rw-r--r--lib/utils/reset/fdt_reset_thead.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils/reset/fdt_reset_thead.c b/lib/utils/reset/fdt_reset_thead.c
index 9f2fe03..750b7aa 100644
--- a/lib/utils/reset/fdt_reset_thead.c
+++ b/lib/utils/reset/fdt_reset_thead.c
@@ -126,7 +126,7 @@ static int thead_reset_init(void *fdt, int nodeoff,
}
}
- sbi_system_reset_set_device(&thead_reset);
+ sbi_system_reset_add_device(&thead_reset);
return 0;
}