commit | 867aaf6806d9518366141b332ec42af8bcf95fff | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@gmail.com> | Tue Jul 09 02:49:29 2019 +0200 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 24 12:54:08 2019 -0700 |
tree | 74b5b1c29da76fca4d3c706c275b95e7f16b6fd5 | |
parent | 15d61d04b47806d6dbb91ddf5dc32798c02f4857 [diff] |
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>