On Tue, 11 Jan 2022 19:05:31 +0100 Adrian Fiergolski <[email protected]> wrote:
> This patch replaces use fdtdec_get_addr with simpler dev_read_addr(). > fdtdec_get_addr doesn't work properly on ZynqMP-based (64bit) system. Although > not confirmed, it could be related to the fact, that quoting the > documentation, > "This variant hard-codes the number of cells used to represent the address and > size based on sizeof(fdt_addr_t) and sizeof(fdt_size_t)". > > Signed-off-by: Adrian Fiergolski <[email protected]> Reviewed-by: Marek Behún <[email protected]>

