]> git.baikalelectronics.ru Git - uboot.git/commit
clk: stm32mp13: introduce STM32MP13 RCC driver
authorGabriel Fernandez <gabriel.fernandez@foss.st.com>
Thu, 24 Nov 2022 10:36:04 +0000 (11:36 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Wed, 7 Dec 2022 15:49:35 +0000 (16:49 +0100)
commit44903d0bac6229fdab32a89c393c72883fb50a2b
treedf8e6ff53b77b9119320ce06e970892f02f44314
parent05e1afb05459a05203cf69c0970b865f65c90c6b
clk: stm32mp13: introduce STM32MP13 RCC driver

STM32MP13 RCC driver uses Common Clock Framework and also a
'clk-stm32-core' API. Then STM32MPx RCC driver will contain only data
configuration (gates, mux, dividers and the way to check security)
or some specific clocks.
This API will be used by all new other generations of ST Socs.

Signed-off-by: Gabriel Fernandez <gabriel.fernandez@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Sean Anderson <seanga2@gmail.com>
Tested-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
drivers/clk/stm32/Kconfig
drivers/clk/stm32/Makefile
drivers/clk/stm32/clk-stm32-core.c [new file with mode: 0644]
drivers/clk/stm32/clk-stm32-core.h [new file with mode: 0644]
drivers/clk/stm32/clk-stm32mp13.c [new file with mode: 0644]
drivers/clk/stm32/stm32mp13_rcc.h [new file with mode: 0644]