stm32mp1: add general SYSCFG management
The system configuration controller is mainly used to manage
the compensation cell and other IOs and system related settings.

The SYSCFG driver is in charge of configuring masters on the interconnect,
IO compensation, low voltage boards, or pull-ups for boot pins.
All other configurations should be handled in Linux drivers requiring it.

Device tree files are also updated to manage vdd-supply regulator.

Change-Id: I10fb513761a7d1f2b7afedca9c723ad9d1bccf42
Signed-off-by: Nicolas Le Bayon <nicolas.le.bayon@st.com>
Signed-off-by: Yann Gautier <yann.gautier@st.com>
1 parent 8f282da commit f33b2433f5a6ae0a89ec7c1234deb7ac64362367
@Yann Gautier Yann Gautier authored on 20 May 2019
Showing 11 changed files
View
drivers/st/clk/stm32mp1_clk.c
View
fdts/stm32mp157a-dk1.dts
View
fdts/stm32mp157c-ed1.dts
View
fdts/stm32mp157c.dtsi
View
plat/st/common/include/stm32mp_dt.h
View
plat/st/common/stm32mp_dt.c
View
plat/st/stm32mp1/bl2_plat_setup.c
View
plat/st/stm32mp1/include/stm32mp1_private.h
View
plat/st/stm32mp1/platform.mk
View
plat/st/stm32mp1/stm32mp1_def.h
View
plat/st/stm32mp1/stm32mp1_syscfg.c 0 → 100644