mirror of
https://xff.cz/git/u-boot/
synced 2025-09-26 21:11:18 +02:00
stm32mp1: call regulators_enable_boot_on in board_init
U-Boot activates regulators by reading the "regulator-boot-on" property in DT; it is requested by M4 early Boot feature. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
This commit is contained in:
@@ -515,6 +515,10 @@ int board_init(void)
|
|||||||
|
|
||||||
board_key_check();
|
board_key_check();
|
||||||
|
|
||||||
|
#ifdef CONFIG_DM_REGULATOR
|
||||||
|
regulators_enable_boot_on(_DEBUG);
|
||||||
|
#endif
|
||||||
|
|
||||||
sysconf_init();
|
sysconf_init();
|
||||||
|
|
||||||
if (IS_ENABLED(CONFIG_LED))
|
if (IS_ENABLED(CONFIG_LED))
|
||||||
|
Reference in New Issue
Block a user