diff options
| author | Patrice Chotard <[email protected]> | 2026-04-01 11:34:48 +0200 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2026-04-30 08:01:11 +0200 |
| commit | 5a379cca5b7680d44276fea340b89164eb24f8cb (patch) | |
| tree | d2371d31facdc805b70ca4dc31b05cf873f3ce98 | |
| parent | c8f7b41730b168c4eef63d9fb027db6a90985c19 (diff) | |
clk: stm32: Add STM32MP23 support
Add STM32MP23 support.
Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Raphaƫl Gallais-Pou <[email protected]>
| -rw-r--r-- | drivers/clk/stm32/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/stm32/Kconfig b/drivers/clk/stm32/Kconfig index 4e488136eac..e63385d3051 100644 --- a/drivers/clk/stm32/Kconfig +++ b/drivers/clk/stm32/Kconfig @@ -49,7 +49,7 @@ config CLK_STM32MP21 config CLK_STM32MP25 bool "Enable RCC clock driver for STM32MP25" depends on ARCH_STM32MP && CLK - default y if STM32MP25X + default y if STM32MP23X || STM32MP25X select CLK_STM32_CORE help Enable the STM32 clock (RCC) driver. Enable support for |
