spracing_h7extreme:rcc Tack upstream name fix

This commit is contained in:
David Sidrane 2024-06-17 07:26:20 -07:00 committed by Daniel Agar
parent 636cb57f27
commit f726c0e187

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 */