u-boot-brain/board/st/common
Patrick Delaunay d1a4b09de6 board: st: stpmic1: add function stpmic1_init
Add a function stmpic_init to early initialize the PMIC STPMIC1
- keep vdd on during the reset cycle (to avoid issue when backup battery
  is absent)
- Check if debug is enabled to program PMIC according to the bit

This patch allows to remove the compilation of spl.c file from stm32mp1
board in dh_stm32mp1.

CONFIG_SPL_BOARD_INIT is removed as the new function is called earlier
in SPL, in the function board_early_init_f.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
2020-07-07 16:01:23 +02:00
..
cmd_stboard.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
Kconfig stm32mp1: move MTDPART configuration in Kconfig 2020-05-14 09:02:12 +02:00
MAINTAINERS stm32mp1: move stboard command in board/st/common directory 2020-01-17 13:58:27 +01:00
Makefile board: st: create common file stpmic1.c 2020-07-07 16:01:23 +02:00
stm32mp_dfu.c part: Drop disk_partition_t typedef 2020-05-18 17:33:33 -04:00
stm32mp_mtdparts.c stm32mp: stm32prog: adapt the MTD partitions 2020-05-14 09:02:12 +02:00
stpmic1.c board: st: stpmic1: add function stpmic1_init 2020-07-07 16:01:23 +02:00
stpmic1.h board: st: stpmic1: add function stpmic1_init 2020-07-07 16:01:23 +02:00