spracing_h7extreme:rcc Tack upstream name fix

This commit is contained in:
David Sidrane
2024-06-17 07:26:20 -07:00
committed by Matthias Grob
parent 762d87285c
commit 3dc97908db
+1 -1
View File
@@ -364,7 +364,7 @@ __ramfunc__ void stm32_board_clockconfig(void)
*/
regval = getreg32(STM32_PWR_CR3);
regval |= STM32_PWR_CR3_LDOEN | STM32_PWR_CR3_LDOESCUEN;
regval |= STM32_PWR_CR3_LDOEN | STM32_PWR_CR3_SCUEN;
putreg32(regval, STM32_PWR_CR3);
/* Set the voltage output scale */