mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-24 22:05:40 +00:00
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:
parent
039b7d4673
commit
6583da67d6
1 changed files with 0 additions and 2 deletions
|
@ -2077,8 +2077,6 @@ static int stm32mp1_init_clock_tree(void)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define LSEDRV_MEDIUM_HIGH 2
|
|
||||||
|
|
||||||
static int clk_stm32_parse_oscillator_fdt(void *fdt, int node, const char *name,
|
static int clk_stm32_parse_oscillator_fdt(void *fdt, int node, const char *name,
|
||||||
struct stm32_osci_dt_cfg *osci)
|
struct stm32_osci_dt_cfg *osci)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue