clk: stm32: introduce clocks for STM32MP257 platform
authorGabriel Fernandez <gabriel.fernandez@foss.st.com>
Thu, 11 Apr 2024 09:24:52 +0000 (11:24 +0200)
committerStephen Boyd <sboyd@kernel.org>
Fri, 12 Apr 2024 06:20:27 +0000 (23:20 -0700)
commitfd7a1c90ba4c6e618596eb44a69977801f9cccdd
treef65578a13463904541e9e3fb8e33dae12b47852d
parentdf5df1257c9f2af6621976f1e18a088182230d06
clk: stm32: introduce clocks for STM32MP257 platform

This driver is intended for the STM32MP25 clock family and utilizes
the stm32-core API, similar to the stm32mp13 clock driver.

Signed-off-by: Gabriel Fernandez <gabriel.fernandez@foss.st.com>
Link: https://lore.kernel.org/r/20240411092453.243633-4-gabriel.fernandez@foss.st.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/stm32/Kconfig
drivers/clk/stm32/Makefile
drivers/clk/stm32/clk-stm32mp25.c [new file with mode: 0644]
drivers/clk/stm32/reset-stm32.c
drivers/clk/stm32/reset-stm32.h
drivers/clk/stm32/stm32mp25_rcc.h [new file with mode: 0644]