common: fdt_support: Add missing cpu_to_fdt32() to fdt_pci_dma_ranges()
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Tue, 9 Jul 2019 00:47:33 +0000 (02:47 +0200)
committerMarek Vasut <marex@denx.de>
Tue, 23 Jul 2019 11:38:17 +0000 (13:38 +0200)
commit3a8cd17d0e511746357ae1d6aed76e80726a0b0f
tree9ea1c9d3ab398e43080bd1c90732d3d31ca0d4ac
parent0de815356474912ef5bef9a69f0327a5a93bb2c2
common: fdt_support: Add missing cpu_to_fdt32() to fdt_pci_dma_ranges()

The fdt_pci_dma_ranges() cannot work on e.g. ARM, since the DT entries
endianness is not adjusted at all. Fix this.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Tom Rini <trini@konsulko.com>
common/fdt_support.c