Home
last modified time | relevance | path

Searched hist:"89 d8e1313f18131a5c451f094bad89ba35ed2120" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/pci/
H A Dpcie_layerscape.c89d8e1313f18131a5c451f094bad89ba35ed2120 Tue Jul 18 03:29:12 UTC 2017 Hou Zhiqiang <Zhiqiang.Hou@nxp.com> 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>