arm-trusted-firmware/drivers/st/clk
Yann Gautier 7417cda6ae fix(st-clock): correct stm32_clk_parse_fdt_by_name
The fdt_getprop() function sets the length to -1 if the property is not
found. We should then not use it later in stm32_clk_parse_fdt_by_name()
in that case. Directly set *nb to 0U and return 0 if the property is not
found.

Signed-off-by: Yann Gautier <yann.gautier@foss.st.com>
Change-Id: I19c5c953f392cdc768e0b1f3f240fc99a73a049c
2022-04-05 17:05:55 +02:00
..
clk-stm32-core.c fix(st-clock): correct stm32_clk_parse_fdt_by_name 2022-04-05 17:05:55 +02:00
clk-stm32-core.h feat(st-clock): add clock driver for STM32MP13 2022-03-22 09:09:23 +01:00
clk-stm32mp13.c feat(st-clock): add clock driver for STM32MP13 2022-03-22 09:09:23 +01:00
stm32mp1_clk.c fix(st-clock): initialize pllcfg table 2022-03-04 13:48:53 +01:00
stm32mp_clkfunc.c feat(st): update the security based on new compatible 2022-02-03 09:20:49 +01:00