commit | b9dd2e69fdeee7f710b4b014f9d21262d7e7edc9 | [log] [tgz] |
---|---|---|
author | Hou Zhiqiang <Zhiqiang.Hou@nxp.com> | Tue Jul 18 11:29:12 2017 +0800 |
committer | York Sun <york.sun@nxp.com> | Wed Aug 09 09:57:32 2017 -0700 |
tree | fa8a75907c042f5226ae4cca7d1ce8933014b159 | |
parent | 0666d1493fa75f0c6eed37e2abb1c833f1d9a440 [diff] |
PCI: layerscape: Fix assigning wrong address to LS2088A pcie cfg1 space This bug is brought by the commit 3d8553f0a3 (pci: layerscape: add LS2088A series SoC pcie support), which only updated cfg_res.start and did not update the .end field. This causes fdt_resource_size() getting wrong value when calculate the cfg1 space address. Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> [YS: Revise subject and commit message] Reviewed-by: York Sun <york.sun@nxp.com>