]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(st-clock): add clock driver for STM32MP13
authorGabriel Fernandez <gabriel.fernandez@st.com>
Wed, 11 Mar 2020 10:30:34 +0000 (11:30 +0100)
committerYann Gautier <yann.gautier@st.com>
Tue, 22 Mar 2022 08:09:23 +0000 (09:09 +0100)
commit9be88e75c198b08c508d8e470964720a781294b3
tree30fc1178e11fe85d89e3e16813cc3bf4ce1726e6
parent1b8898eb32c3872a34fc59f4216736f23af0c6ea
feat(st-clock): add clock driver for STM32MP13

Add new clock driver for STM32MP13. Split the include file to manage
either STM32MP13 or STM32MP15.

Change-Id: Ia568cd12b1d5538809204f0fd2224d51e5d1e985
Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
drivers/st/clk/clk-stm32-core.c [new file with mode: 0644]
drivers/st/clk/clk-stm32-core.h [new file with mode: 0644]
drivers/st/clk/clk-stm32mp13.c [new file with mode: 0644]
include/drivers/st/stm32mp13_rcc.h [new file with mode: 0644]
include/drivers/st/stm32mp15_rcc.h [new file with mode: 0644]
include/drivers/st/stm32mp1_rcc.h
plat/st/stm32mp1/platform.mk
plat/st/stm32mp1/stm32mp1_def.h
plat/st/stm32mp1/stm32mp1_fconf_firewall.c