commit | 22203f5d10c06ef79acf0cb9ecaef18eda255b16 | [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 | 4cf914df85cf61157b728bae6af95a303af93374 [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>