stm32mp1: add general SYSCFG management
authorYann Gautier <yann.gautier@st.com>
Mon, 20 May 2019 17:17:08 +0000 (19:17 +0200)
committerYann Gautier <yann.gautier@st.com>
Mon, 17 Jun 2019 12:03:51 +0000 (14:03 +0200)
commitf33b2433f5a6ae0a89ec7c1234deb7ac64362367
treef37a34bf47ec6071eaa8180f0c55e8c33f6ce0ad
parent8f282dae744ce7fff4cefb4a80750548fa580225
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>
drivers/st/clk/stm32mp1_clk.c
fdts/stm32mp157a-dk1.dts
fdts/stm32mp157c-ed1.dts
fdts/stm32mp157c.dtsi
plat/st/common/include/stm32mp_dt.h
plat/st/common/stm32mp_dt.c
plat/st/stm32mp1/bl2_plat_setup.c
plat/st/stm32mp1/include/stm32mp1_private.h
plat/st/stm32mp1/platform.mk
plat/st/stm32mp1/stm32mp1_def.h
plat/st/stm32mp1/stm32mp1_syscfg.c [new file with mode: 0644]