plat/stm32: Use generic fdt_read_uint32_array() implementation
The device tree parsing code for the STM32 platform is using its own FDT
helper functions, some of them being rather generic.
In particular the existing fdt_read_uint32_array() implementation is now
almost identical to the new generic code in fdt_wrappers.c, so we can
remove the ST specific version and adjust the existing callers.

Compared to the original ST implementation the new version takes a
pointer to the DTB as the first argument, and also swaps the order of
the number of cells and the pointer.

Change-Id: Id06b0f1ba4db1ad1f733be40e82c34f46638551a
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
1 parent 6e3a89f commit 52a616b48c617fe8721106f29f2910ca4681afea
@Andre Przywara Andre Przywara authored on 26 Mar 2020
Showing 7 changed files
View
drivers/st/clk/stm32mp1_clk.c
View
drivers/st/clk/stm32mp_clkfunc.c
View
drivers/st/ddr/stm32mp1_ram.c
View
include/drivers/st/stm32mp_clkfunc.h
View
plat/st/common/include/stm32mp_dt.h
View
plat/st/common/stm32mp_dt.c
View
plat/st/stm32mp1/platform.mk