commit | 208c2b2b37c80cdeabdf3525022707beaf53d4df | [log] [tgz] |
---|---|---|
author | Hou Zhiqiang <Zhiqiang.Hou@nxp.com> | Mon Jul 03 17:51:10 2017 +0800 |
committer | York Sun <york.sun@nxp.com> | Wed Aug 09 09:57:33 2017 -0700 |
tree | 63dd717eb3e8b6f918b420915943037daec148ff | |
parent | 0a6e5bac238b1e1ef2f23cac9029e6d63d540878 [diff] |
fsl-lsch2: csu: correct the workaround A-010315 The implementation of function set_pcie_ns_access() uses a wrong argument. The structure array ns_dev has a member 'ind' which is initialized by CSU_CSLX_*. It should use the 'ind' directly to address the PCIe's CSL register (CSL_base + CSU_CSLX_PCIE*). Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> [YS: Revise commit message] Reviewed-by: York Sun <york.sun@nxp.com>