stm32mp1: call regulators_enable_boot_on in board_init
authorPatrick Delaunay <patrick.delaunay@st.com>
Fri, 5 Jul 2019 15:20:09 +0000 (17:20 +0200)
committerPatrick Delaunay <patrick.delaunay@st.com>
Fri, 12 Jul 2019 09:18:53 +0000 (11:18 +0200)
commitf59ad456ffb2d67bc7daf0682b29f873258fe02b
treeaab784d30183d0e2d2ce3a55d9388237e76f5e85
parentca351e705a5cbe686445213c288b75b11103cf9d
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>
board/st/stm32mp1/stm32mp1.c