Re: [PATCH v7 22/23] arm: stm32mp: spl: fix function with fdt_addr_t input

2023-03-10 Thread Simon Glass
On Fri, 10 Mar 2023 at 08:47, Johan Jonker wrote: > > The fdt_addr_t and phys_addr_t size have been decoupled. > A 32bit CPU can expect 64-bit data from the device tree parser, > so fix ofnode_get_addr_size function with fdt_addr_t input to > be able to handle both sizes for stm32mp SoC in spl.c

[PATCH v7 22/23] arm: stm32mp: spl: fix function with fdt_addr_t input

2023-03-10 Thread Johan Jonker
The fdt_addr_t and phys_addr_t size have been decoupled. A 32bit CPU can expect 64-bit data from the device tree parser, so fix ofnode_get_addr_size function with fdt_addr_t input to be able to handle both sizes for stm32mp SoC in spl.c file. Signed-off-by: Johan Jonker --- Changed V7: remove