summaryrefslogtreecommitdiff
path: root/drivers/reset/stm32/stm32-reset-mp1.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/reset/stm32/stm32-reset-mp1.c')
-rw-r--r--drivers/reset/stm32/stm32-reset-mp1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/reset/stm32/stm32-reset-mp1.c b/drivers/reset/stm32/stm32-reset-mp1.c
index ce4532561e5..e7ac2c6f066 100644
--- a/drivers/reset/stm32/stm32-reset-mp1.c
+++ b/drivers/reset/stm32/stm32-reset-mp1.c
@@ -46,7 +46,7 @@ static int stm32_reset_probe(struct udevice *dev)
return stm32_reset_core_probe(dev, &stm32mp1_reset_data);
}
-U_BOOT_DRIVER(stm32mp25_rcc_reset) = {
+U_BOOT_DRIVER(stm32mp1_rcc_reset) = {
.name = "stm32mp1_reset",
.id = UCLASS_RESET,
.probe = stm32_reset_probe,