]> git.baikalelectronics.ru Git - uboot.git/commit
dm: pci: fsl: Correct the workaround of erratum A-007815
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>
Thu, 15 Oct 2020 06:54:34 +0000 (14:54 +0800)
committerPriyanka Jain <priyanka.jain@nxp.com>
Fri, 23 Oct 2020 11:22:09 +0000 (16:52 +0530)
commit179d98f39483681a6040881cedeb55b4f058d1b6
tree490ce01c3c01d99eff0855560eeb5c4d169f8c71
parent6e3582daf58d9158bd9e622e3d4a09dfe3c472aa
dm: pci: fsl: Correct the workaround of erratum A-007815

The register to enable/disable the write-permission of DBI RO
registers should be accessed via the CFG_ADDR/CFG_DATA registers
instead of accessing directly.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
drivers/pci/pcie_fsl.c
drivers/pci/pcie_fsl.h