refactor(st-clock): remove LSEDRV_MEDIUM_HIGH for STM32MP13

Remove useless LSEDRV_MEDIUM_HIGH definition in clk-stm32mp13.c.
It's already defined in include/dt-bindings/clock/stm32mp13-clksrc.h.

Signed-off-by: Gabriel Fernandez <gabriel.fernandez@foss.st.com>
Change-Id: Ie3fa4711930f922fa0733ba7c76d72ec9639e9a5
This commit is contained in:
Gabriel Fernandez 2024-04-24 09:25:51 +02:00 committed by Yann Gautier
parent 039b7d4673
commit 6583da67d6

View file

@ -2077,8 +2077,6 @@ static int stm32mp1_init_clock_tree(void)
return 0;
}
#define LSEDRV_MEDIUM_HIGH 2
static int clk_stm32_parse_oscillator_fdt(void *fdt, int node, const char *name,
struct stm32_osci_dt_cfg *osci)
{