boards: nucleo_h745zi_q: enable POWER_SUPPLY_DIRECT_SMPS
The board is fitted with the SMPS components and have no path from VDD_MCU to VDD_LDO. The stm32h7_init code used to default to SMPS on supported SoC but has been changed in 22186c7c to only use SMPS if explicitly configured to do so. This is causing the board to become unresponsive after a power cycle when flashed with the current defconfig, and needs to be started pulling BOOT0 high to be recovered. Setting CONFIG_POWER_SUPPLY_DIRECT_SMPS restores the intended behavior. Signed-off-by:Fabio Baltieri <fabio.baltieri@gmail.com>
Loading
Please sign in to comment