Hi,
On 5/27/25 15:27, Patrice Chotard wrote:
From: Gabriel Fernandez <[email protected]>
Add clock driver support for STM32MP25 SoCs.
Signed-off-by: Gabriel Fernandez <[email protected]>
Signed-off-by: Valentin Caron <[email protected]>
Signed-off-by: Patrice Chotard <[email protected]>
Cc: Lukasz Majewski <[email protected]>
Cc: Sean Anderson <[email protected]>
---
Changes in v2:
- Rename GATE_USB2 into GATE_USBH
- Rename RCC_USB2CFGR to RCC_USBHCFGR
drivers/clk/stm32/Kconfig | 9 +
drivers/clk/stm32/Makefile | 1 +
drivers/clk/stm32/clk-stm32mp25.c | 665 ++++++++++++++++++++++++++++
include/stm32mp25_rcc.h | 712 ++++++++++++++++++++++++++++++
4 files changed, 1387 insertions(+)
create mode 100644 drivers/clk/stm32/clk-stm32mp25.c
create mode 100644 include/stm32mp25_rcc.h
Reviewed-by: Patrick Delaunay <[email protected]>
Thanks
Patrick