commit | 02c8fbdb8d41cfa81e2df990da8151ea93bb2f7e | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Sun May 01 17:45:58 2022 +0200 |
committer | Peng Fan <peng.fan@nxp.com> | Mon Jun 20 09:18:26 2022 +0800 |
tree | e221b329001355911829a3541a43ec146760e1f0 | |
parent | 20fb58fc5a1c83ee0085b2e9f7ecda8b761a5592 [diff] |
powerpc: fsl_law: Add definition for first PCIe target interface Header file asm/fsl_law.h already provides correct definition for second and third PCIe controller (LAW_TRGT_IF_PCIE_2 and LAW_TRGT_IF_PCIE_3). But is missing definition for the first PCIe controller (LAW_TRGT_IF_PCIE_1). Note that existing definition for LAW_TRGT_IF_PCIE_2 and LAW_TRGT_IF_PCIE_3 are slightly complicated, but are really correct for P2020 platform. Signed-off-by: Pali Rohár <pali@kernel.org>