commit | ca3815d3d61ed4972900367e64f931b2524604b2 | [log] [tgz] |
---|---|---|
author | Hou Zhiqiang <Zhiqiang.Hou@nxp.com> | Tue Dec 17 10:10:40 2019 +0000 |
committer | Priyanka Jain <priyanka.jain@nxp.com> | Fri Jan 24 14:28:26 2020 +0530 |
tree | 2994ab0d9686c4b1ba86f173e662d8eed658437d | |
parent | 269240ea25e7721de48ba32ac395246caf23071d [diff] |
pci: layerscape: Fix the disabling of Expansion ROM BAR The software will still get non-zero Expansion ROM BAR size even when the BAR_EN bit is cleared. The BAR_EN bit of register EXP_ROM_BAR_MASK_RC is not working as expected, so this patch changes to mask all the bits. Fixes: 80afc63fc342 ("pci: layerscape: add pci driver based on DM") Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>