commit | dfd4315ca9ffe39451241dc82570070189de55d9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 25 08:55:46 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Oct 03 21:10:11 2019 +0800 |
tree | ae16e247a479c933aeb3df8faba938e75d3a3317 | |
parent | e98b7ef8075114e410969719b840f2bb65e813c7 [diff] |
dm: core: Correct low cell in ofnode_read_pci_addr() This reads the low cell of the PCI address from the wrong cell. Fix it. Also fix the function that this code came from. Fixes: 9e51204527 (dm: core: Add operations on device tree references) Fixes: 4ea5243a3a (fdt: fix fdtdec_get_pci_addr() for CONFIG_PHYS_64BIT) Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>